16

What kind of drugs can possibly compel someone to write a 7000 line source file?? Seven thousand lines of code. In a single file! When everything else in the project is nice and modular... 🤮

Comments
  • 1
    I inherited a project like that, spent the first 2 weeks rebuilding it from the ground up but modular and proper, was waaay less code and way easier to maintain after, the issues with the previous code disappeared once the port was completed...
  • 0
    It's called not using common sense!
  • 1
    It's that one unpaid intern who came for experience.
  • 0
    I have seen the other way around, 20 files, each with a single class with a single method...

    It was all super easy to find though.
Add Comment