|
|
|
|
|
by aartur
4731 days ago
|
|
> Angular is also in fact completely agnostic about your model. You can plug in any kind of model as long as you can parse it in javascript. Why Angular has to know my model? I can make it decoupled from other parts of my code by using standard programming techniques available for many years (modularity, layers etc.). Maybe the problem is that Angular actually implements design patterns as code, and it should be just knowledge? |
|