/Design-Patterns

practice repository for design patterns in Java

Primary LanguageJavaMIT LicenseMIT

Design-Patterns

This is personal learning following the Head First Design Patterns book, amazing videos by Christopher Okhravi and the Grokking the Object Oriented Desing Inteview by educative.io

The repository will contain:

  • The examples used in each chapter of the book
  • Extension to the examples by Mr. Okhravi
  • Case Studies in the Grokking course (Will come after the book)
  • Any other example I find interesting to implement.