Critical code analysis with Observer pattern
16 November 2016
The Observer design pattern belongs perhaps to the most popular ones. Especially for those who work with user interfaces. It is very useful while appearing to be simple to implement. However that is wrong impression! Presentation shows typical pattern implementation errors (in C++) demonstrating at the same time the need to be suspicious about the code.