Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: zieQ on August 24, 2005, 09:13:31 am

Title: Design patterns and OOP
Post by: zieQ on August 24, 2005, 09:13:31 am
Well, I'm quite sure some of you have already encounter design problems for an OOP (Object Oriented Programming) application. How can objets collaborate while keeping them generic and extensible? Maybe some have tried to draw UML diagrams but didn't find out how to start a good design of an application.

For all these persons, the solution is "design patterns"! (TADA!!!)

Here are some links to learn more:
Design patterns book - the best reference (http://www.amazon.com/exec/obidos/tg/detail/-/0201633612/103-7417710-5864628?v=glance)
The corresponding article in PDF (http://citeseer.ist.psu.edu/gamma93design.html)
Thinking in patterns e-book (http://www.mindview.net/Books/TIPatterns/)


Title: Re: Design patterns and OOP
Post by: polygon7 on August 24, 2005, 12:28:01 pm
Another links:
http://www.dofactory.com/Patterns/Patterns.aspx - Data And Object Factory
http://www.cs.jhu.edu/~scott/oos/lectures/designPatterns.html - Design Patterns