|
|
|
|
|
by lucian1900
4895 days ago
|
|
> I code in vim with eclim. There is nothing to be gained by manually writing the code for getter setter, or find-replace an identifier, or write placeholders for n methods of an interface... None of which is necessary in better languages. I believe that was the parent's point. |
|
It isn't necessary in any language, but it sure is useful.
I don't know what you mean by better languages, but I program comfortably in variety of languages(Ruby, Python, C, C++, Java, Clojure, Lua, Racket, go, JS, perl...) and haven't found a single language in which context aware auto-complete, assisted re-factoring, looking up inline documentation etc isn't useful.