What is the developer experience in extending or creating a new module for the platform?

Contrariwise dev speed improved significantly.

It based on few principles:

  1. True Modularity. Every module builds on single responsibility principle. A developers develops limited piece of the code in one module at one time. VC Module has 3 projects: Core, Data and Web. Easy to develop and control dependencies, learn code, refactor and fix bugs. Go to github and check source for any native module.

  2. Tests. A developer should use Tests (already part of every module) to check that code implemented properly, before running the module in the platform.

  3. Frontend Experience as for any solution. Admin Web UI can be developed without platform restart as for all web projects.

  4. Scallability. Development process can be scaled because several developers can works with the solution and implement own modules.

  5. Atomic Architecture. Virto Atomic Architecture and Virto Atomic Architecture In Action forces developer to implement business feature and don’t worry about architecture.