Deprecating the Observer pattern
Posted onPretty much every developer these days knows about the above book: Design Patterns, by the famous gang of four. Within the book, we find a lot of valuable information including the observer pattern. In this post, I will give a quick review of this pattern, show how it’s directly supported in Java, and why you […]