|
|
|
|
|
by nineplay
589 days ago
|
|
I probably used vim exclusively for about a decade. I've worked with a handful of developers who've only used vim and I've only known one who was anywhere near as effective with it as most IDE users. A few examples -- debugging with print statement because they don't know how to use a command line debugger -- using find and grep to find files/methods -- hand-formatting files because they don't have a inline formatter or something to notify them when they've missed a semicolon or spelled a method wrong. I strongly encourage them to move to an IDE because I can't stand looking over their shoulder and watching them code so inefficiently. There probably are vim plugins to handle many/all of these things, but if a developer doesn't put the effort in to find them than they're just hurting they're own productivity. |
|
Besides, typing speed is usually not the limiting factor in programming speed. I think overall efficiency needs to take a broader look.