Structuring JavaScript with the Revealing Module Pattern

preview_player
Показать описание
This video from the Structuring JavaScript Code course provides an introduction to the Revealing Module Pattern and explains how it can be used to structure JavaScript code. The overall goal of the course is to show developers how to convert what I call "Function Spaghetti Code" into more encapsulated and modular code. The concepts covered are important especially since many of the HTML5 APIs (canvas, geolocation, web storage, and more) rely heavily on JavaScript. What if you're not writing HTML5 applications yet? All of the topics are still directly applicable to any JavaScript code you may be writing.
Рекомендации по теме
Комментарии
Автор

Dan, this was an excellent tutorial!! Thank you so much! At the end you mention a "next" video that would go through more involved examples of using the Revealing Module approach! Does it exist? I couldn't find it. Man is that video needed out there in the Javascript world!! ABSOLUTELY NOBODY goes further to show how this wonderful pattern is used in a large scale program involving multiple modules.

eightLives_forever
Автор

A pleasure. Audio is GOOD. Informative. Thankyou.

billbrett
Автор

Heh... you actually misspelled subtract twice more, but they cancelled each other out.

coolworx