Almost everyone who reads this book becomes a victim of the Little Boy with Sample Syndrome. You begin to look for ways to enter templates into your code, regardless of whether they are suitable or not. In the end, you calm down and realize that the book is as much like a general vocabulary for communication, as a line of code.
This is a terrific book, a classic. If you look in the Java or C # SDK, you will see both options with examples (for example, proxies in Java RMI, Decorator throughout the java.io package, Factory in java.sql and JDBC, etc.)
But I find that they work best when they are discovered during the development process, and not in the root entering the code base.
source share