-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The Model, View, ViewModel (MVVM pattern) is one of the architectural patterns defined to write clean code in which there is a proper separation between Application logic and presentation layer (View). Its target is to organize and structure your code to write maintainable, testable and extensible applications. It is always important to write code in such a way that even an outsider can understand what is going on.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request