11

Developers who think complex code is good.

"Oh, lookie here, I can swizzle methods and inject dependencies in the runtime!"

"Although we have no valid use case, let's use dependency injection and follow the commandory stateor patterns because I watched a video."

Just because you learn something new that looks cool does not make it practical, you tosser.

Comments
  • 1
    Me learning dependency injection in C#: "So you make an interface for everything, but only ever have one concrete implementation?"

    Senior: Normally, but it's good for testing.

    Me: This solution has tests?

    Senior: no....
Add Comment