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

Programmer Humor

19488 readers
436 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
[โ€“] [email protected] 22 points 3 months 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.

[โ€“] [email protected] 3 points 3 months ago

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