Skip to main content
Post Made Community Wiki
Source Link
Cristian
  • 1.4k
  • 12
  • 16

Talking about Gang-of-Four design patterns, I can't think of a program that does not use the Observer pattern. Also, as Jaco mentioned, Singleton is highly used too, unfortunately it has become a hammer (any programmer uses it even if it's not completely needed).