Vlek / vlek.github.io

Personal blog
2 stars 0 forks source link

Head First Design Patterns Review #63

Open Vlek opened 1 year ago

Vlek commented 1 year ago

After completing the book and going through the design patterns, review the book itself.

Specifically for this book, need to go into whether the examples for the different design patterns made sense.

Vlek commented 1 week ago

Finished the book. Really liked it.

Immediately put things into practice in my blackjack project.

Not only do they go over design patterns, but they also go into basic object oriented programming principles as well which was really good.

I also liked that at the end of the book they had a "so what now?" section where they detailed how to document design patterns, what one was likely to do after learning them (basically overuse them to hell), and how to keep learning from where they are now.

From memory, patterns that they go over are:

with some call outs and handwaving on:

Would strongly suggest this book to others.