News

David Geary’s series is a masterful introduction to many of the Gang of Four patterns in Java code. Design Patterns is canonical reading for software developers, but many new programmers are ...
A good example of a Structural design pattern is the Adapter pattern. We explored this pattern in an earlier article here . This article discusses the bridge design pattern with code examples to ...