Some good websites to learn about JavaScript and programming architecture? [closed]
开发者_JAVA百科
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionI'm not sure if 'architecture' is the correct term, but I've been looking for some articles online which talk about programming design and more about how best to use languages such as JavaScript in a code design sense rather than the actual syntax itself.
I have found many websites but a lot seem to be very out dated, and I'm not sure what developments have taken place with JavaScript over the years so do not know how old is too old.
If anybody could suggest some great websites, or maybe specific articles you think would be useful, that would be highly appreciated.
I am a beginner programmer currently using JavaScript with XML and of course HTML & CSS, and I'm currently trying to get further into and learn more about web development.
Must read:
Javascript: the good parts
Correct design, both in syntax as in 'real' code design.
Recently while researching for a JS architecture design project, I found these two presentations very valuable:
- YUI Theatre Video: Nicholas C. Zakas — Scalable JavaScript Application Architecture
- PureMVC Standard Overview Presentation
If you want a starting point, have a look at http://boilerplatejs.org which is a reference architecture for large scale javascript development. Disclaimer: I'm the author of it
精彩评论