logoalt Hacker News

agentdrektoday at 1:00 AM3 repliesview on HN

It should be a lesson to learn on how simple, logical and reliable tools can last decades.


Replies

bool3maxtoday at 1:03 AM

… Or how hard it is to replace archaic software that’s extremely prevalent.

phailhaustoday at 1:39 AM

Bash syntax is anything but simple or logical. Just look at the insane if-statement syntax. Or how the choice of quotes fundamentally changes behavior. Argument parsing, looping, the list goes on.

show 1 reply
crazygringotoday at 1:36 AM

It's more like how the need for backwards compatibility prevents bad interfaces from ever getting improved.