Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleLong compile cycles - example of a bottleneck for development

For me personally if I am managing developers I look for typical patterns which slow them down - i.e. if it takes them a long time to compile, run and test to reproduce an issue they are working on solving.

Expand
titlePremature optimization is an example of solving the wrong bottleneck

The theory of constraints gives another lens to understand why premature optimization is a problem in software development.

Hope this helps to either remind you of something you already know or taught you a helpful management concept.

...