Maryom / MMVMi

MMVMi: A Validation Model for MVC and MVVM Design Patterns in iOS Applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MMVMi

MMVMi: A Validation Model for MVC and MVVM Design Patterns in iOS Applications

Motivation

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.

Installation

pip install -r requirements.txt

How to run it?

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

Author

Maryom (@0_1Mary)

Contributors

All contributions are most than welcome ✌️

About

MMVMi: A Validation Model for MVC and MVVM Design Patterns in iOS Applications

License:MIT License


Languages

Language:Python 100.0%