|
|
|
|
|
by jeffreyames
1432 days ago
|
|
The tools can reduce the time and mental energy spent writing boilerplate and provide consistent structure to code and comments. This allows me to operate at a higher level of abstraction instead of worrying about details. Often it’s faster and easier to edit incorrect autogenerated code than to write it from scratch, especially when you work with many languages with their own idioms. Reviewing code is part of the process whether I’m writing from scratch or using autosuggestions. |
|
Completely disagree. Once you get really fluent in a language it is so much faster to write something from scratch. Especially if you have certain patterns you follow.
Code review is different because that has a different goal.