Design Pattern Discussions??
-
Where can I find a good discussion board on Design Patterns, as they relate to object oriented programming? It doesn't have to be C++ specific. I've been reading the book Design Patterns: Elements of Reusable Object Oriented Design and although the class diagrams and concepts are interesting, I have some implementation questions, I'd like to ask about them.
-
Where can I find a good discussion board on Design Patterns, as they relate to object oriented programming? It doesn't have to be C++ specific. I've been reading the book Design Patterns: Elements of Reusable Object Oriented Design and although the class diagrams and concepts are interesting, I have some implementation questions, I'd like to ask about them.
digwizfox wrote: I have some implementation questions, I'd like to ask about them. so, ask them here ... if they are language independant, if they are language dependant, then ask in the appropriate forum.
Maximilien Lincourt Your Head A Splode - Strong Bad
-
digwizfox wrote: I have some implementation questions, I'd like to ask about them. so, ask them here ... if they are language independant, if they are language dependant, then ask in the appropriate forum.
Maximilien Lincourt Your Head A Splode - Strong Bad
That book have implementations both in C++ and Smalltalk, the last one have no forum here :( Very sad for a programming language that has survived almost 30 years, which original ideas were taken from pretty much other today fashioned languages, let me list some of them: MVC, SUnit, Collaborative tools (Swiki), Dynamic Translation, Refactoring tools, System Metaphore and a lot more. regards