|
|
Main Page Technical Docs |
This is our repository for Design Patterns we've developed internally for use on our own projects. By placing them in public view, we hope to both improve other peoples designs, as well as get feedback on our patterns so we can improve our own. Model-Facade-Controller-View is our version of the Model-View-Controller pattern. We feel it more accurately reflects the actual designs used by people in the industry, especially those using frameworks. We use the Strategy pattern from the GOF book a lot when we're programming in Java. This article talks about why.
|