- Architecting Angular Applications with Redux,RxJS,and NgRx
- Christoffer Noring
- 50字
- 2021-08-27 19:56:12
Explaining the components of MVC
Back to the MVC pattern. Using said pattern means we get high cohesion and low coupling; this is due to code being split into different layers with different responsibilities. View logic belongs in views, controller logic in controllers, and model logic in models.