46
vortex
4y

Class constructor defined on line 700+
😑 Really...

Comments
  • 4
    My condolences, was it the last method at least or planted somewhere in the middle?
  • 7
    Wait, files can go 700+ lines? Since when?
  • 1
  • 12
    @edw1o1 Just recently I read about some legacy code that has a single function with over 10k lines of code that uses include<> to import the code from 3 separate files.

    Nothing surprises me anymore.
  • 0
    Please tell me that is after pre-processing
  • 4
    @edw1o1 I have projects I have to maintain with over 5k LOC per class 🤤
    700 is child's play.
  • 1
    @deadlyRants 🥺haha did we get punished by the same dev?
  • 3
    I delete files that go 500+ loc
  • 0
    Is it just me or is >700 lines way too large for a class?
    Like I usually split things up at around 500
  • 1
    THANK YOU!!
    Believe it or not it was a class dealing with sql (orm) inside of a.. wait for it....framework
Add Comment