Search code examples
performancecompilation

Does compile time matter?


Does compile time matter? How does the code affect the compile time? Lastly, do comments in code affect the compile time?


Solution

  • Long compiles change how you think about working. If it costs you half an hour every time you change something, it makes you avoid changing things. This can actually be good: you end up thinking a lot more carefully since you can't experiment. Mostly though, it's a problem since it discourages trying new things.