this post was submitted on 23 Jan 2026
585 points (91.1% liked)
Programmer Humor
29487 readers
433 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
i think it really depends on what you want to do, what languages you use and what text editor/ide you use. From my experience its usually not really worth it to get used to an IDE for bash. They all sucked. So instead I just have my emacs and my shell and I can start coding.
Yeah bash is sth that doesn't require an ide, but I usually have intellij already open so it helps me with bash too.