I don’t know why this type of music makes me want t code and type fast.
Maybe because it is fast paced and helps you establish a rhythm? Having said that, typing fast shouldn’t necessarily be your goal when it comes to coding. You probably should be striving for correctness, simplicity and readability. Typing fast typically leads to more typos, redundant code and quick made assumptions.
Of course I am making a generalization, but that is what I typically see from those who rush their code. I end up being the one debugging it.
Hear, hear. I’d rather have someone code slowly and correctly, then someone who’s fast but makes all kind of silly mistakes that can easily be avoided.
In the long run you’ll find the “slow one” is actually faster because they don’t have to backtrack as much.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.