Here I am continuing the discussion that we made in the previour article Designing of Large Scale JavaScript Application .
Things you need to forget…… actually need to relearn
- Forget the way you write JavaScript earlier, no more thousands of lines of code in single file.
- Forget the way you declare variables in globally, try to learn the way you declare in C# or JAVA or any server-side OOP platform
- Forget the way you use jQuery.