Good Sources for simple/gradual exposure to Design Patterns [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this questionI would like to set myself a goal to introduce myself to a new design pattern every week. Because I work at an internship right now, its hard to get me to do this because I always feel guilty that I should be doing work stuff & not learning a pattern.
Do you know of any good sources, preferably website tutorials/demonstations but also books, that cover both Design Patters & Application Architecture/Patterns. Do you know of any good sources that are not just blocks of text (which is not the best way I learn), I prefer to follow tutorials or see graphical demonstrations of the pattern?
I have googled for good sources but they seem to either only cover some design patterns or are huge blocks of text to read.
Head First Design Patterns is a great gentle introduction.
The two I like and in the order I like
- http://sourcemaking.com/design_patterns
- http://www.dofactory.com/Default.aspx
My choices are as follows:
- Vince Huton's DP
- Design PAtterns
- JUnit Cook's Tour
JUnit Cookbook provides brilliant example of quite a few patterns - really worth checking.
Hope that helps.
Take a look at clean coders videos - https://cleancoders.com/videos/clean-code/design-patterns
精彩评论