this post was submitted on 24 May 2024
309 points (98.4% liked)

Programmer Humor

32047 readers
1513 users here now

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

Rules:

founded 5 years ago
MODERATORS
309
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 58 points 3 months ago (2 children)

The code file has 32.171 lines, at least after beautifing it. 1MB fucking js code.

[–] [email protected] 36 points 3 months ago (2 children)

And this is why I hate all web development and the fact that most jobs are web bs these days. Everything has so much crud baked in and including twelve modules with a million functions just to do anything is the norm.

Giving my back my beautiful optimized assembly dangit.

[–] [email protected] 14 points 3 months ago (1 children)

We have to work under the assumption that most development is done by inexperienced or, to put it bluntly, bad programmers. I would MUCH rather have bad JS code than bad assembly. One may crash a single tab in my browser, the other may crash my entire computer.

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

Unless you're using js in your hardware drivers it's very unlikely to bring down the entire computer

But with the state of software development maybe you are /o\

[–] [email protected] 4 points 3 months ago

Dude what? The other guy implied that bad JS would kill a browser tab, not your computer.

[–] [email protected] 7 points 3 months ago

Me: Can I have (small template parser)?

Stackoverflow: No, we have (small template parser) at home.

Small template parser at home: Full-stack web framework

[–] [email protected] 5 points 3 months ago

Don't worry, this file is likely the output of a bundler.