this post was submitted on 03 Sep 2024
840 points (99.4% liked)

Programmer Humor

32031 readers
1190 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] TheSlad@sh.itjust.works 48 points 2 weeks ago (8 children)

Just run your prod env in debug mode! Problem solved.

[–] MultipleAnimals@sopuli.xyz 24 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

You can imagine how many node projects there are running in production with npm run. I have encountered js/ts/node devs that don't even know that you should like, build your project, with npm build and then ship and serve the bundle.

[–] AlecSadler@sh.itjust.works 13 points 2 weeks ago

I just died a little inside. Thank you.

load more comments (1 replies)
load more comments (6 replies)