this post was submitted on 20 Jun 2025
82 points (96.6% liked)

Programmer Humor

24425 readers
97 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
 

found in my archives

top 3 comments
sorted by: hot top controversial new old
[–] projectmoon@forum.agnos.is 6 points 4 days ago (1 children)

Don't quite understand the JavaScript one.

[–] palordrolap@fedia.io 27 points 4 days ago (1 children)

You don't know how to do something in raw JavaScript. You're not even sure you should. You find a library / module / package / whatever-the-name-is-this-week on the Internet. You paste it into your code. Your code now works. Your code is now 1MB larger. This web app is heavy, man.

[–] projectmoon@forum.agnos.is 5 points 4 days ago

palordrolap@fedia.io said in Heroes & Villains of software development: > You don't know how to do something in raw JavaScript. You're not even sure you should. You find a library / module / package / whatever-the-name-is-this-week on the Internet. You paste it into your code. Your code now works. Your code is now 1MB larger. This web app is heavy, man.

npm install left-pad :D