Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save aditodkar/85076d07277a78a7ac795f7fc9297308 to your computer and use it in GitHub Desktop.
Save aditodkar/85076d07277a78a7ac795f7fc9297308 to your computer and use it in GitHub Desktop.
Javascript code organization
// http://www.slideshare.net/nzakas/scalable-javascript-application-architecture
// http://addyosmani.com/largescalejavascript/
// http://boilerplatejs.org/
// http://rmurphey.com/blog/2009/10/15/using-objects-to-organize-your-code/
// http://stackoverflow.com/questions/11842923/organizing-javascript-code
// http://stackoverflow.com/questions/247209/current-commonly-accepted-best-practices-around-code-organization-in-javascript
// http://msdn.microsoft.com/en-us/magazine/gg602402.aspx
// https://coderwall.com/p/b5jutw
// http://alexsexton.com/blog/2010/02/using-inheritance-patterns-to-organize-large-jquery-applications/
// http://buildnewgames.com/js-game-code-org/ **
// https://speakerdeck.com/zdennis/javascript-code-organization-and-patterns ***