|
|
|
|
|
by FuzzyDunlop
5142 days ago
|
|
When I think about this, I think it's actually correct that an IDE produces fairly unintelligent code. The smarter and more intelligent it gets, the harder it is for the less skilled programmer to edit it. The skilled programmer can still improve the unintelligent code. |
|
In my experience, fixing a crap piece of code (Usually called refactoring.) takes longer than just writing a correct implementation from scratch. In most cases.