|
|
|
|
|
by Zakharov
4768 days ago
|
|
If you write code too slowly, go faster. If you write code too quickly, go slower. You can tell if you're too slow when you've spent two weeks thinking about the program and have neither working code nor a detailed design, or if you've created a detailed design only to realize upon implementation you'd gone about it entirely the wrong way. You can tell if you're too fast if you find yourself spending more time cleaning up messes of poorly-thought-out spaghetti code. |
|