aaajit / head-first-design-patterns

Book's notes and samples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Head First - Design Patterns

This is my summary of the "Head First - Design Patterns", by Eric Freeman & Elisabeth Freeman.

I use it while learning and as quick reference. It is not intended to be an standalone substitution of the book so if you really want to learn the concepts here presented, buy and read the book and use this repository as a reference and guide.

If you are the publisher and think this repository should not be public, just write me on http://linkedin.com/in/stepasquini and I will make it private.

Contributions: Issues, comments and pull requests are welcome.

Concepts

Chapters

  1. Welcome to Design Patterns;
  2. Keeping your Objects in the know;
  3. Decorating Objects;
  4. Baking with OO Goodness
  5. One of a Kind Objects
  6. Encapsulating Invocation
  7. Being Adaptive
  8. Encapsulating Algorithms
  9. Well-Managed Collections
  10. The State of Things
  11. Controlling Object Access

Book's samples (my interpretation)

About

Book's notes and samples


Languages

Language:Java 100.0%