30
padsjt
7y

Coworker: "Yeah, I know the code module is 25K lines of code, but don't try to break it up. At some point I realized that they just have to be that big."

Me: 😦

Comments
  • 4
    !a module.
    Module implies modularity.
    Modularity implies low coupling, high cohesion.
    I bet cohesion's the first thing you'll want to address if you wanna refactor that beast.
  • 4
    Translation: I tried to break it up once. Learn from my mistake young padawan. You are my brother.
  • 0
    Just no... 😑
Add Comment