|
|
|
|
|
by gz
6471 days ago
|
|
I remember when, having coded in emacs for a few years, I used it for the first time to do a 3-way merge on thousands of lines of code. The amount of time and effort I saved astounded me. The point here is twofold: 1) emacs is very well integrated with extremely powerful tools (in this case diff, merge) 2) emacs is deep; even as an advanced user you can keep improving your efficiency (albeit at a lower rate) Having said that, I have a question: once I had become fairly comfortable with emacs I switched back to vi. I felt there was a positive correlation between learning new keystrokes/tricks while coding and the quality of code I produce. Has anyone else observed that? If yes, why do you think this is so? |
|