Learning software design patterns
-
Hi all, I'm studying software design patterns. Right now I'm going through the various patterns presented on the Wikipedia article at http://en.wikipedia.org/wiki/Software_design_pattern[^] (yeah, I know.. it's wikipedia... but it's free). I feel like I'm understanding the material, but I also feel that some real-world examples would be helpful. Anyone know of a good site to find real-world examples of design patterns? Doesn't even have to contain code... can dig into code when I'm actually ready to implement these. I just want to make sure I understand the concept behind each pattern. Thanks! PS -- not sure if this is the right forum to put this in but it seemed the closest match of the available selections. Thanks again!
Hypermommy
-
Hi all, I'm studying software design patterns. Right now I'm going through the various patterns presented on the Wikipedia article at http://en.wikipedia.org/wiki/Software_design_pattern[^] (yeah, I know.. it's wikipedia... but it's free). I feel like I'm understanding the material, but I also feel that some real-world examples would be helpful. Anyone know of a good site to find real-world examples of design patterns? Doesn't even have to contain code... can dig into code when I'm actually ready to implement these. I just want to make sure I understand the concept behind each pattern. Thanks! PS -- not sure if this is the right forum to put this in but it seemed the closest match of the available selections. Thanks again!
Hypermommy
Hypermommy wrote:
not sure if this is the right forum
http://www.codeproject.com/Forums/369270/Design-and-Architecture.aspx[^] There are plenty of articles and tips here about Singleton X| , but you should really read http://csharpindepth.com/Articles/General/Singleton.aspx[^].
-
Hypermommy wrote:
not sure if this is the right forum
http://www.codeproject.com/Forums/369270/Design-and-Architecture.aspx[^] There are plenty of articles and tips here about Singleton X| , but you should really read http://csharpindepth.com/Articles/General/Singleton.aspx[^].
Doh! Didn't see it. Any way for a user like me to move a message or shall I just wait for an admin to do it (and probably rightfully chastise me in the process. :-D ). I'll definitely check out the article and thanks!
Hypermommy