What design pattern do you use the most?

Posted by spoon16 on Stack Overflow See other posts from Stack Overflow or by spoon16
Published on 2008-09-17T18:51:32Z Indexed on 2010/04/28 22:47 UTC
Read the original article Hit count: 326

I'm interested in understanding what design patterns people find themselves using often. Hopefully this list will help other recognize common scenarios and the associated design pattern that can be used to solve them.

Please describe a common problem you find yourself solving and the design pattern(s) you use to solve it. Links to blogs or documentation describing the pattern are also appreciated.

Edit: Please expand on your answers a bit, I would like this to be a useful reference for someone who wants to learn more about design patterns and is curious on what situations a specific design pattern might be used. Nobody has linked to any "more learning" resources.

© Stack Overflow or respective owner

Related posts about subjective

Related posts about language-agnostic