Popularity
0.6
Stable
Activity
0.0
Stable
11
3
1

Programming language: Python
License: MIT License

MMVMi alternatives and similar libraries

Based on the "Architecture Patterns" category.
Alternatively, view MMVMi alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of MMVMi or a related project?

Add another 'Architecture Patterns' Library

README

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 ✌️