| |
| | Design Patterns |
 | | For example, several patterns in the GoF book that work well in Java or C++ are unneeded in languages with a more powerful OO approach; especially the creational patterns, which are very much to do with getting around the problems of constructors in C++, Java, C#, etc., not working just like any other method. |
 | | Of course we customize patterns for our own internal use, but given a standard set of unit tests for a pattern, as long as your code passes those tests you are still considered to be using that pattern. |
 | | This is a high honor, and reflects as well on all WikiZens interested in patterns, and on WardCunningham and his c2 wiki, devoted as it is (and as Ward is) to PeopleProjectsAndPatterns. |
| c2.com /cgi/wiki?DesignPatterns (2339 words) |
|