Paradigms

Perspectives on how a system should be structured, based on what's perceived most important: ease-of-development, testability, or understandability

Traditional Model-View-Controller

Model-View-Updater

Model-View-Adapter

Model-View-Presenter

Model-View-Viewmodel

MVVM, Model-View-Binder

Hierarchical MVC

Presentation-Abstraction-Control, Hierarchical model-view-controller

Entity-Control-Boundary

Entity-Boundary-Control, Boundary-Control-Entity

Hexagonal Architecture

Ports and Adapters, Onion Architecture, Clean Architecture, Functional Core / Imperative Shell

Data-Context-Interaction