-
-
Save aditodkar/85076d07277a78a7ac795f7fc9297308 to your computer and use it in GitHub Desktop.
Javascript code organization
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 *** |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://stackoverflow.com/questions/17776940/javascript-module-pattern-with-example
https://stackoverflow.com/questions/247209/commonly-accepted-best-practices-around-code-organization-in-javascript
https://stackoverflow.com/questions/16736483/best-way-to-organize-jquery-javascript-code-2013