-
Notifications
You must be signed in to change notification settings - Fork 1
Glossary
Armagan Amcalar edited this page Aug 7, 2015
·
5 revisions
Bureaucracy: Architecture, architectural solutions
Culture: A View
, but framework independent. Most frameworks (AngularJS, React) are Cultures
by themselves.
Diplomat: Singleton event emitters used by Regimes
talking to Regimes
.
Representative: ViewModel
as in MVVM. Instantiated by Cultures
.
Regime: Keeps a collection of Culture
states as Stereotypes
and keeps all the business logic. Stateful singleton.
Satellite: Technology-specific solution for data persistance layer. Stateless singleton.
Stereotype: An Entity
bred by Regimes
. Instantiated over a piece of data (usually JSON).
Undertaker: Does book keeping about Stereotypes
. Used by Regimes
. Stateless singleton.
Union: Package. A conceptual group of similar roles. No correspondence in code.
- Home
- Common Pages
- Glossary
- FAQ
- Concepts & inspiration
- Contributors
- Naming conventions
- Goals
- Roles
- Core 1. Culture 1. Representative 1. Stereotype 1. Regime
- Optional 1. Undertaker 1. Satellite 1. Diplomat
- Contextual 1. Union
- Example applications
- Google Closure
- React
- AngularJS
- VanillaJS
- ES6