this post was submitted on 03 Feb 2024
1438 points (99.3% liked)

Programmer Humor

25351 readers
744 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
[–] xthexder@l.sw0.com 43 points 2 years ago (2 children)

The UNIX Tools Philosophy is that tools should do one thing, and they should do it well.
I wish more things followed this philosophy.

[–] FlyingSquid@lemmy.world 19 points 2 years ago

Along with the even older philosophy of "if it ain't broke, don't fix it."

[–] RubberElectrons@lemmy.world 7 points 2 years ago* (last edited 2 years ago)

Hear hear. That's how the tools I write work as well.