I’ve reworked SO many systems that started clean and were obviously updated by a series of different people over a span of years. New features nailed on with apparently little understanding of the overall app. It’s like, “Oh dude it was already doing 90% of what you wanted, you didn’t have to add all this… <sigh>.” Especially true when offshore contract agencies had been involved - to churn through jobs as fast as possible (with no other concern) they tend to copypaste sections of the app that do something similar to what’s desired, and make minimal changes to them, with zero code cleanup. This leaves all sorts of misleading unnecessary code, as well as inefficiencies like grabbing a large dataset to get a single item, etc. I found things that made me literally LOL.
I feel line this would be funnier as “code updated to do 999 things”
Excellent point. Sometimes removing functionality is much more kludgy than adding it.
Shoutout to [email protected]
I’m disappointed that I misunderstood the topic of that community
Oh, you must be looking for dragonsfuckingcars.
I exhaled vigorously through my nose.
Single responsibility principal and dependency injection are your friends.