Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Lol. This is hilariously bad. Any guesses on how many of those 200k lines of code are actually "include"s ?
-
arekxv10543yIf its a long project then a series of small refactorings. Always making things a little bit more maintainable, eventually the app will become better and less error prone, and your life will become easier. If its a short few months project, do what you have too and burn all traces you had anything to do with it. 😀
Related Rants
-
dmonkey3Best - got sick of computers, lost all my passion for this field Worst: - got sick of computers, lost all my ...
-
EpicofGilgamesh3Forgot to secure my mongo db instance, found half the data gone, and a new db holding me at ransom , learn_how...
-
Prisi1I'd say it was when I did a Codereview and the dev said that he doesn't really know how the code works and he ...
My worst dev experience in 2021 has been a PHP-based CMS developped by lobotomized, single-celled organisms incapable of coherent thoughts.
A CMS even worse than WorstPress.
200k lines of "code", no use of packages, multiple entrypoints, no namespacing, all dependencies loaded by "include" at random places and everything is dependent of every thing else... a complete mess.
One could call it the butterfly effect CMS. Adding a space could completely crash the application.
At this point I've almost developped terminal eye cancer...
rant
wk292