PreviousNext
by bill-s, 2016-10-15T07:15:12.000Z
In a
previous column, I discussed how you can structure your application to lower your maintenance costs while applying modern design principles (Interface Segregation, Dependency Inversion and the Single Responsibility principle). The goal is to create focused, dedicated objects that work together in a loosely coupled way to create your applications.
Read More