Posts

Showing posts from December, 2013

Designing of Large Scale JavaScript Application Part 4

Image
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. but How?