this post was submitted on 11 Aug 2024
165 points (86.3% liked)

Programmer Humor

32386 readers
712 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 34 points 2 months ago (2 children)

Grep is as high power as vim and emacs??? In what universe?

[–] [email protected] 12 points 2 months ago (1 children)

And vim/emacs are rated just as difficult as a programming language

[–] [email protected] 2 points 2 months ago (1 children)

Should they be more or less difficult, though? Really basic coding seems easier to me than remembering an endless soup of hotkeys I'll rarely need.

[–] [email protected] 2 points 2 months ago (1 children)

Not sure why you'd remember the ones you rarely need. I just memorized the things I use. Remembering stuff you use is much easier than learning a programming language. I've been programming for over 30 years and I've been using vim as my only "IDE" for the last 14 years. It would take me significantly less time to teach someone vim than to teach them programming.

[–] [email protected] 3 points 2 months ago (1 children)

See, the thing with Vim is that I don't actually know which of the endless features I need. I don't really feel like I'm missing much with the basic text editors.

Maybe you could shine some light on it for me? Right now I'm the sideways-glancing monkey meme every time IDEs come up.

[–] [email protected] 2 points 2 months ago

For me it's just convenience. It's not because vim is better, but because it works on any terminal. I don't depend on a particular IDE setup, I can jump on any computer and start working. And since I've been using it for so many years I'm very fast in it. The best tool is often the one you know best.

[–] [email protected] 19 points 2 months ago

When combined with sed, sure, but the difficulty ratings should be swapped.