this post was submitted on 25 Apr 2024
681 points (97.4% liked)

Programmer Humor

19166 readers
1016 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 4 months ago (1 children)

For a lot of experienced people, command line tools are user friendly interface design.

[–] [email protected] 3 points 4 months ago* (last edited 4 months ago) (1 children)

Command line tools can be, git's interface is not. There would not be million memes about exiting vim if it was.

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

These things are not related. Git uses the system default editor, which is exactly what a cli program dropping you into an editor should use. If that's Vim and you don't like that, you need to configure your system or take it up with your distro maintainers.

[–] [email protected] 1 points 4 months ago

No, it should prompt you to enter your one sentence description in the CLI itself, and kick you out to an editor only if you provide a flag saying you like writing paragraph long commit descriptions.