GoF Design Patterns - which ones do you actually use?

Posted by CraigS on Programmers See other posts from Programmers or by CraigS
Published on 2011-02-17T22:21:50Z Indexed on 2011/02/19 7:32 UTC
Read the original article Hit count: 355

Filed under:

I'm trying to educate my colleagues in the area of design patterns. Some of the original Gang of Four patterns are a little esoteric, so I'm wondering if there is a sub-group of "essential" patterns that all programmers should know. As I look through the list, I think I've probably used -

  • Abstract Factory
  • Factory Method
  • Singleton
  • Bridge
  • Facade
  • Command

Which ones do you actually use in practice, and what do you use them for?

Link for those wanting a list of patterns

© Programmers or respective owner

Related posts about design-patterns