By mswatcher
via luisabreu.wordpress.com
Submitted: Feb 08 2013 / 08:24
In the previous posts, I’ve introduced some basics aspects related to the implementation of the module pattern in JavaScript. Even though it introduces several benefits, there are some problems that might make you think that this pattern isn’t for you. For instance, if you’re working in a team where several members are contributing to the same module at the same time, then your best option is to spread the module across different files.
Add your comment