- Architecting Angular Applications with Redux,RxJS,and NgRx
- Christoffer Noring
- 80字
- 2021-08-27 19:56:13
MVC summary
A lot can be said about MVC and its many variants, but let's be content with what we have for now by summarizing the properties of the pattern that we identified:
- Low coupling
- High cohesion, separating presentation concerns from the model
- Simultaneous development is possible; due to the existence of many layers, people can work in parallel on a task
- Ease of change; because of how things are separated, adding future concepts or making alterations becomes easier