You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing I've been wondering is that why should your angular design pattern apply structured class and class inheritance. Could you please arrange your time to give more detail explanation on it.
Sincerely thanks,
Trung
The text was updated successfully, but these errors were encountered:
I'm not sure if one would need class inheritance in javascript at all. You are the only source encouraging people to use this kind of patterns in angular.
Javascript is not Java and people coming from other OOP languages try to make Javascript work as they used to do before.
The project should be loosely coupled. Otherwise you will run into serious problems when you need to rewrite some parts of the code. What is more you create lots of globals in your app, which is also a bad practice. Corret me if I'm wrong
Hi there,
One thing I've been wondering is that why should your angular design pattern apply structured class and class inheritance. Could you please arrange your time to give more detail explanation on it.
Sincerely thanks,
Trung
The text was updated successfully, but these errors were encountered: