Skip to content

Files

Latest commit

 

History

History
29 lines (20 loc) · 870 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 870 Bytes

Primary Content

The other content is less organized and is mostly my own notes.

Getting Started

If you are not sure where to start, consider the advice from the Gang of Four:

If you aren't an experience object oriented designed, then start with the simplest and most common patterns.

(Gamma et al, 1994)

According to the Gang of Four, these are the simplest and most common patterns:

  • Abstract Factory
  • Adapter
  • Composite
  • Decorator
  • Factory Method
  • Observer
  • Strategy
  • Template Method