|
|
|
|
|
by thorn
4489 days ago
|
|
I totally agree with you. For me more important would be to improve the way how I solve problems, how I think about problems. People tends to pay too much attention to the speed of coding. I wonder if any tests were made about how much time is spend to actual thinking versus coding the idea? Which area is more worth to work on? |
|
I doubt it, if they did it would almost certainly be disappointing.
This is a question I have posed in the past, how helpful/useful is auto-complete/intelli-sense?
I think it is one of those IDE features that is similar to the automatic window slider in your car, you come to expect it because it does offer some convenience but adds little to your overall driving comfort.
It is indeed the case that most of what you spend time on isn't the code writing part when trying to solve problems. Typically you spend most time thinking about the problem and the actual code that results from that thinking can be just a few lines. Heck, sometimes the end result of thinking is to eliminate code:)
For me I think syntax highlighting and automatic syntax checking offers more utility than auto-complete. My startup's product is a web development tool that I now use as my primary IDE but it currently lacks automatic syntax checking, I can definitely say that this is something I miss from when I was using Netbeans.
Overall I think auto-complete has utility but the reverence for it far outweigh its actually utility.