From the very beginning of learning to the simplest single-case model, to later witness the simplification of the adapter pattern, and the efficient reuse of template methods, I like the design pattern of this great routine. He is able to improve our development efficiency, the way of thinking and the extensibility of software. I've been studying design patterns this great thing for days.
First of all, we give an overview of the design pattern mind map in learning
Second, there is certainly a lot of reference to books about learning design patterns, especially in Java. And my study reference is mainly
"Zen of Design Patterns"
Refactoring-Improving the design of existing code
Note: The latter book focuses on the application of design patterns in code refactoring. Through the introduction of specific design patterns, the implementation of the existing code to improve and reuse, to achieve more efficient development purposes.
Finally, about the design pattern of the relevant implementation of learning, welcome to the exchange of partners, my blog also has relevant implementation
(PS implementation biased to pseudo-code, focusing on the individual reading process to understand the record, the code will be implemented later and test follow-up)
Overview of design mode mind Mapping