this post was submitted on 06 May 2025
1176 points (96.9% liked)

Programmer Humor

23119 readers
1181 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
[–] [email protected] 31 points 2 days ago (8 children)

Button that does something? That’s too advanced for me, I’ll use a library

[–] [email protected] 9 points 2 days ago* (last edited 2 days ago) (3 children)

cries in left_pad

It's kind of astonishing how many people leaned on that library just to add fucking spaces to strings

[–] [email protected] 6 points 2 days ago (2 children)

It should be in the standard library anyway. Why the hell is it not?!

I mean yeah, I can write my own function to do the same thing and probably I've done it at some point in some coding exercise as a beginner, but this seems like such a common thing to use, it should be in the standard library of any sane language.

[–] [email protected] 1 points 2 days ago (1 children)

It is, as padStart, which makes the number of packages using leftpad even more incomprehensible

[–] [email protected] 1 points 1 day ago

Brb changing a million libraries on npm to use padStart instead of left-pad and removing the dependency

load more comments (4 replies)