You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview

Migrating from a monolithic file to a modular code base can be done as folows:

  • Creation of tests that will be run to ensure nothing is broken or lost in migration
  • Mapping
    • the new structure as in RAFT Modular MVC JavaScript Structure
    • mapping a migration from existing file to new structure
    • prioritizing components for migration
      • ensure new structure can be started up and tested
      • migration views and controllers in priority, deploy and test often
  • No labels