8

In my previous job, we had in c# a class called static manager. This abomination was thousands of lines long, every member static. Eventually the dev responsible, did split it in to multiple files each thousands of lines using partial class. Worst part? It wasn't even legacy code yet.

Comments
  • 1
    Anything with "Manager" in it smells like bad structure
Add Comment