this post was submitted on 13 Apr 2025
990 points (95.1% liked)

Programmer Humor

22440 readers
1696 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Laser@feddit.org 4 points 1 day ago (1 children)

Most bash scripts are nasty, except for the most simple ones.

In its defense, it's not a programming language.

[–] tetris11@feddit.uk 1 points 1 day ago (1 children)
[–] Laser@feddit.org 3 points 1 day ago (1 children)

Do programmers actually like bash?

I'm not a programmer and I really don't like bash. Not because I don't like shell. In fact I do like fish as a shell. But bash always feels super weird. Unfortunately that's kind of the compatibility baseline on Linux (I don't think any relevant system needs strict sh compatibility). But better bash's weird arrays than none at all, plus process substitution is handy.

[–] tetris11@feddit.uk 1 points 1 day ago

Its a program wrapper, and eases a lot of string buffoonery that real languages take too seriously. So I think its invaluable to programmers in that regard