tags:

views:

49

answers:

1

I recently learned a lot about MVC design pattern which is a very interesting concept. I would assume there are a lot more design patterns out there, and I thought it would be great for people to share some.

Here's my contribution, MVC design pattern: http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller

+2  A: 

I think what you're calling "model" here is actually what's known as a Design Pattern. If you search for the name of that book, you'll find a number of expositions on design patterns. To get you started with a nice, long list, see the Wikipedia article on such Patterns.

jemfinch
Updated my question :)
Doug