Repository Pattern: Retrospective and Clarification

I read a simple article today about a leadership principle Bezos believes in. It reflects the purpose of Part 1 and Part 2. You really can’t accomplish anything important if you aren’t stubborn on vision, but you need to be flexible about the details because you gotta be experimental to accomplish anything important, and thatContinue reading “Repository Pattern: Retrospective and Clarification”

Typical Anti-Repository Arguments

I have shown a more advanced approach to using the Repository Pattern in the Post: The Repository Pattern isn’t an Anti-Pattern; You’re just doing it wrong. Now, let me address the other typical concerns. Typical arguments are going to be around these factors: Restrictiveness Performance Flexibility Complexity Utility Purpose I find these arguments pretty lackadaisical.Continue reading “Typical Anti-Repository Arguments”

The Repository Pattern isn’t an Anti-Pattern; You’re just doing it wrong.

If you already hate the Repository Pattern, I get it. You had a bad experience with it. Implementing Repos over and over again has no benefits. I 100% agree. I although have not have had the same experience, as I do not recommend that approach. I focus on a zero rework implementation. People don’t giveContinue reading “The Repository Pattern isn’t an Anti-Pattern; You’re just doing it wrong.”