this post was submitted on 18 Jun 2025
373 points (97.2% liked)

Programmer Humor

36648 readers
301 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
[โ€“] HurlingDurling@lemm.ee 3 points 4 days ago (2 children)

It's all the extra requirements, all the extra engineering that needs to be added that is IMO ruining web applications. Sure, they have huge benefits, but I hate when the application is simple but the backend is so overly engineered that it takes a week to completely build a fully fleshed out application. You have to organize your components, add styled-components.js, make sure it's compatible with mui.js, create test cases for each component, setup a DB and integrate it to hold all copy as well as any input from the customer, make sure that it's accessible (this part I admit that it's important), make sure your test cases always pass, setup routing tables, add analytics, add pixel campaign api, squash git conflicts, integrate some other weirdo apis that marketing and leadership pulled from some obscure service no one has ever heard off, debug some weird edge case error caused by a node dependency 3 levels down, present the finished website to leadership only to be destroyed and now you have to redo 75% of the site with leadership changes... rinse and repeat.

It's a good thing I fucking love my job ๐Ÿ™ƒ

[โ€“] MangoCats@feddit.it 4 points 3 days ago

You know what you didn't mention? Security. Privacy. Authenticity.

Ok yeah I totally get how that would be a burden... But I wouldn't like to attempt doing all that stuff in PHP ;)