Minimize code complexity

What
Reduce the mental load for those working on your codebase.
Why
This helps to ensure that your code is simple to work with but also ensures that your code is testable.
When
Mid-Development
Implementations:
  • Cyclomatic complexity
  • CodeClimate