Assuming you consider the GoF design patterns still worthy of teaching today, what resource do recommend for students? The original book?

Mar 24, 2016 · 10:43 AM UTC

21
2
5
Replying to @stilkov
@stilkov Head First Design Patterns because of the examples, the q&a sections and moving code towards patterns
1
@blockloop @tastapod @stilkov the problem is that whilst patterns are often found in good code applying patterns does not make code good
1
Replying to @stilkov
@stilkov would first start with "Practical Object Oriented Design in Ruby" - great book about OO fundamentals
Replying to @stilkov
@stilkov gameprogrammingpatterns.com/… is pretty good on design patterns with a practical view on games programming
1
Replying to @stilkov
@stilkov as a student, I actually enjoyed reading the original GoF and would recommend it
Replying to @stilkov
@stilkov I actually enjoyed the Java version "Head first design patterns". But I guess not everybody does. shop.oreilly.com/product/978…
1
Replying to @stilkov
@stilkov some would prefer to learn from the original with the build-up and examples, some would prefer the head-first version. Depends...
Replying to @stilkov
@stilkov head first. Shows practical use in an easy to grasp way.
1
@frzng @stilkov I'm not sure that I'd say that all of the GoF patterns fade away in langs like Ruby. Many of them do. Some of them morph...
1