Tuesday, January 29, 2013

Organizing Your Backbonejs Application With Modules - Bocoup

Organizing Your Backbonejs Application With Modules - Bocoup: "Application.js
Your Application.js has several important roles. It serves as the entry point for your application by doing the following three things:

It defines the namespace of your application. For example, if your chat client application is called FireTalkChat, your namespace might be chat. All your application source should live under chat to prevent any collisions with other libraries."

'via Blog this'