16

Trying to investigate why the team of new Devs are reporting a particular set of modules is not properly maintainable, found this little gem at the root, written in 2014.

Comments
  • 4
    Wut does that even mean?

    Classes are hard?
  • 2
    @N00bPancakes I have no idea sir. The person used a very complicated set of nested if else blocks to avoid designing it modularity.
  • 2
    @sudo-compile wow
  • 1
    The other day I saw a class than instantiated six other classes in the constructor and saved as properties. Those new classes were passed the initiating class as a constructor argument. Then those use the parent properties directly. They also use the properties which reference the other classes from within the created classes.

    I would prefer a monolith because at least the developers are being up front about complexity.
Add Comment