this post was submitted on 31 Jul 2024
729 points (99.3% liked)

Programmer Humor

19149 readers
1220 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
[โ€“] aaro@lemmy.world 24 points 1 month ago (1 children)

Nobody is arguing that you should never depend on anything and create everything yourself, but adding a dependency for literally a one liner function is awful. Like one of the Go proverbs goes, a little copying is better than a little dependency.

[โ€“] sukhmel@programming.dev 3 points 1 month ago

Yeah, there's mention of doing the opposite in C++ community in a neighbouring thread