DEV Community

Mayank
Mayank

Posted on

Answer: Architecture patterns for extendable MVC applications

I am sure you have already thought through SOLID principles. The way you have described your code seems very similar to VS Code extensions framework.

splitting views and controllers into atomic chunks (e.g. methods)

  • This seems a very good starting point.

The customization must be possible in the runtime

Iā€¦

Top comments (0)