Rob
Member since Dec 10, 2015
- Profile: /members/12968-rob.htm
- Comments: 3
Recent Blog Comments By Rob
-
Repositories And Data Access Layers Can Have As Many Methods As You Find Helpful
Posted on Jan 14, 2020 at 6:19 AM
Hi Ben Just saying I eventually came to the same conclusion in my projects. Just create repository methods that actually do what you need. In our project assuming repository methods should all be CRUD methods lead to a further trap of repositories being forced to implement a "Generic r... read more »
-
Programming Is Hard: Reconciling Server-Side And Client-Side "Clean" Architectures
Posted on Apr 22, 2017 at 12:25 PM
In his architecture video on clean coders Uncle Bob considers the MV* pattern as Presentation tier so I kept my Use-Cases as a layer on the server side in my app. Communicated to them from angular controllers via angular services. As web-apps get more complex you probably can justify a use-case l... read more »
-
Bane On Task Estimation
Posted on Dec 10, 2015 at 6:41 PM
Task estimation Bane of my life.... read more »