MMVMi: A Validation Model for MVC and MVVM Design Patterns in iOS Applications
Design patterns have gained popularity as they provide strategies for solving specific problems. This repository is the source code of my journal. The journal introduces a validation model that detects MVC problems, and helps programmers make the decision to switch between MVC and MVVM design pattern. The proposed validation model consists of two phases: phase one is to detect MVC problems, and phase two is to validate the relation between MVVM objects.
pip install -r requirements.txt
First, open the terminal and clone the repository by running
git clone https://github.com/Maryom/MMVMi.git
Then, change the directory to the project folder and run the following command
python MMVMi.py
Maryom (@0_1Mary)
All contributions are most than welcome ✌️