دانلود کتاب Learning JavaScript Design Patterns
by Addy Osmani
|
عنوان فارسی: آموزش الگوهای طراحی جاوا اسکریپت |
دانلود کتاب
جزییات کتاب
You\'ll explore several popular design patterns in plain JavaScript as well as jQuery and other abstracted libraries. If you’re familiar with concepts such as closures and prototypal inheritance, you’ll be able to determine why some patterns may be more suitable for your projects than others.
Learn the structure of design patterns and how they’re written
Examine basic pattern categories: creational, structural, behavioral, and anti-patterns
Get the basics of 15 JavaScript implementations of classical and modern design patterns
Dive into several popular JavaScript patterns in greater detail—including some less frequently used
Discover what design patterns look like when implemented with jQuery
Explore three formats for writing modular JavaScript: AMD, CommonJS, and Harmony
Learn popular design patterns for jQuery plugins