Search code examples
model-view-controllerdesign-patterns

Alternatives to the MVC


What are the alternative "design methods" to the Model View Controller? MVC seems to be popular (SO was built with it, I know that much) but is it the only method used?


Solution

  • There are many others: