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

Programmer Humor

19175 readers
952 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] 14 points 1 month ago (1 children)

Wow you're right, he's the author of the infamous "is-odd" and "is-even" packages. What an odd person.

Someone in the OP PR mentioned the amount of energy used to download these tiny packages and its actually something crazy to think about

[–] [email protected] 8 points 1 month ago (1 children)

It makes you wonder why anyone uses them though, since so many of them do things that are trivial in modern JavaScript.

[–] [email protected] 6 points 1 month ago

And anyone who has been around for a while should remember when left-pad broke node.js. Including unnecessary dependencies, instead of writing trivial code is just bad practice.