|
|
|
|
|
by jfkebwjsbx
2185 days ago
|
|
What is "staying in the flow"? Recompiling fast helps the most when learning to program, but not for actual applications with some complexity. Many applications do not even have meaningful output by just running it, for instance they may take a long time to compute something meaningful. |
|
Run the code (with some debug logging statements, very likely), find a small mistake, make a few characters worth of correction, press your IDE's keyboard shortcut for recompilation and re-running.
If the last step is slow you can lose momentum and motivation to iterate quickly on the problem at hand.
Sure it doesn't apply to a lot of projects, that's true. But it's not charitable to claim it only applies when learning.