|
|
|
|
|
by greyandgreen
1958 days ago
|
|
Agreed. I use vi and nano (light scripting) and nothing else. There are so many cool things that vi can do, but most here know this. I don't want my hand held when I'm writing lines of code. I cut my teeth under an old grey beard sysadmin/programmer over 2 decades ago, so I appreciate learning the hard way. This method is not for everyone, and I can appreciate some people liking Git being built in or autocomplete, etc., but it's not for me. I do like syntax highlighting and line numbers, but not much else. I like being a little slower, more deliberate, and debugging my own code. Honestly, even when I'm coding, I'm rarely writing more than 20-30 lines of code a day anyway. There are so many other things I need to focus on like documentation, etc., that having an editor that holds my hand actually slows me down. |
|