I used to learn object-oriented by watching my colleagues’ code.
I have never deliberately learned design patterns, how should I start learning them?
What books do you recommend? Why recommended?
I used to learn object-oriented by watching my colleagues’ code.
I have never deliberately learned design patterns, how should I start learning them?
What books do you recommend? Why recommended?
Please take a look at this Github
repository (10,000+ Star
): sample code for several design patterns in PHP
http://www.imooc.com/learn/236
You can refer to the notes I took while learning Java
Java 23 design patterns study notes