Saturday, December 14, 2013

Designing of Large Scale JavaScript Application Part 4

In the previous article we have seen that Modular approach is best suite for a big application. Designing of modules are crucial part for large scale application but one thing that is pending is How different modules can inteact with each other. The important point we suggest is to make the modules less dependent, loosly coupled, etc etc. butHow?