So, I have a problem with my jquery applications completely. When the application is small, this is cool. But when it is quite large, it is such a mess. Nested functions, ajax calls, selector, dom manipulations. It seems that he does not hold back at all, especially when he has complex logic.
A functional approach does not help me much. And I don't see how to use classes and inheritance here in practice. How to organize the code? I read a lot of articles about prototype and pseudo-classical inheritance, but they just explain how everything works, for example, how you can inherit βManβ from βManβ or something like that. How can I really use it in real life?
Grom s
source share