this post was submitted on 01 Apr 2026
112 points (92.4% liked)

Programmer Humor

30720 readers
1662 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
 

Ever get the feeling that modern web dev has become… a bit too complex?

Sometimes I catch myself thinking about the “good old days”. When you could just write some code, compile it, and run it without worrying about all the dependencies, the build tools, the client-side rendering, the server-side rendering, the server components, and all the other buzzwords that are thrown around in the web dev world… just code doing its thing.

And honestly, I think that feeling isn’t totally wrong. Maybe we can make things simpler, faster, more straightforward again.

So naturally… I decided to embrace the future by going back to the past: COBOL.

Here’s my (100% serious, definitely not questionable) migration story.

you are viewing a single comment's thread
view the rest of the comments
[–] franzbroetchen@feddit.org 53 points 1 day ago (3 children)

I know this is a joke but seriously: Modern Web development sucks!

[–] marcos@lemmy.world 8 points 1 day ago

You can always do pre-Modern web development. There's nothing stopping you.

In fact, with the modern browsers, it's better than ever.

[–] masterspace@lemmy.ca 7 points 1 day ago* (last edited 17 hours ago) (1 children)

If you just want to build a basic web page or roughly static document / form, then I can see why it would feel like overkill.

But if you're building a full featured application then modern web development is kind of glorious.

[–] affenlehrer@feddit.org 14 points 1 day ago* (last edited 1 day ago) (1 children)

I'll wait until modern web developers figure out how to do things without a bazillion dependencies that have new critical vulnerabilities every week and release backwards incompatible versions every month or so.

Also I don't like shipping several MB of JavaScript to the user just for a fancy looking form.

[–] howmuchlonger@lemmy.org 5 points 1 day ago (1 children)

I’m a modern web developer and I do things without a bazillion dependencies.

You’re mistaking developers with lazy fucks. ;)

[–] affenlehrer@feddit.org 3 points 23 hours ago (1 children)

Sorry you got caught in my rant

[–] howmuchlonger@lemmy.org 4 points 22 hours ago

No worries. Dependencies with JavaScript are… insane. I’m often shut down when I bring this up to developers. “All it takes is the one malicious dependency of one of your dependencies dependencies dependency.” “Oh you’re paranoid”