Over the years I've worked on a lot of JavaScript single page applications. All these were one thing in common JavaScript MVC. I've noticed either revealing module or module pattern being used in javascript depending upon framework I used. I can see and differentiate between these patterns and how to play along. But my question is there any specific reason for choosing particular one pattern over the other one in this case?
best regards,