14
zshh
8y

The backend people at my old company had 4 files which they all committed code to (they were about 10 people). The only reason they didn't use a single file, according to the lead developer, was that Eclipse could only handle 12k lines per file (or something like that).

Comments
  • 1
    And that's what you get if you have a constant stream of feature requests for a few years and a manager who doesn't understand refactoring.
  • 1
    12k lines is hell-a-lot for a single file.
  • 2
    First eclipse can handle a lot more second a file with that many lines of code is a sin
Add Comment