Patterns of Software Design
Every challenge we face has solutions patterns. These are approaches to a problem that solves it consistently. Some software patterns provide the fastest solution, some the cheapest, and others the most aesthetically pleasing. Popular and Useful Software Patterns Object-oriented design is more about the design than the objects. We try to keep our focus on simple solutions that use objects instead of utilizing all that OOD offers us in building a solution. Although OOD offers a lot of great ways to organize tight and efficient code, it can be overdone. As part of the presentation, we look at finding a balance between reality and the academic side of OOD. This episode can be viewed as the next step in our building... Read more