Articles tagged Dependencies

24 August 2011
24 August 2011

Designing C# Software With Interfaces

0
380
The best way to understand how interfaces improve software design is to see a familiar problem solved using interfaces. First, take a tightly-coupled system design without interfaces, spot its deficiencies and then walk-through a solution of the problem with a design using interfaces.… Read more