
yanko-belov/code-craft
fail-fast
@yanko-belov/code-craft
6
Use when handling errors. Use when tempted to catch and swallow exceptions. Use when returning default values to hide failures.
Software Development
deadlock-prevention
@yanko-belov/code-craft
4
Use when acquiring multiple locks. Use when operations wait for each other. Use when system hangs without crashing.
Software Development
