
Detect not well implemented C++ design patterns automatically
Design patterns are solutions to software design problems you find again and again in real-world application development. Patterns are about reusable designs and interactions of objects. Some of them are very popular like singleton, factory, and strategy. Others are not widely used like the flyweight pattern. Sometimes the patterns are not well implemented by developers. …
Continue reading “Detect not well implemented C++ design patterns automatically”