Learning JavaScript Design Patterns (häftad)
Fler böcker inom
Format
Häftad (Paperback)
Språk
Engelska
Antal sidor
235
Utgivningsdatum
2012-08-21
Upplaga
1
Förlag
O'REILLY & ASSOCIATES
Illustratör/Fotograf
Illustrations
Illustrationer
Illustrations
Dimensioner
235 x 180 x 20 mm
Vikt
413 g
Antal komponenter
1
ISBN
9781449331818

Learning JavaScript Design Patterns

A JavaScript and jQuery Developer's Guide

Häftad,  Engelska, 2012-08-21
346
Tillfälligt slut – klicka "Bevaka" för att få ett mejl så fort boken går att köpa igen.
With Learning JavaScript Design Patterns, youll learn how to write beautiful, structured, and maintainable JavaScript by applying classical and modern design patterns to the language. If you want to keep your code efficient, more manageable, and up-to-date with the latest best practices, this book is for you.

Explore many popular design patterns, including Modules, Observers, Facades, and Mediators. Learn how modern architectural patterns-such as MVC, MVP, and MVVM-are useful from the perspective of a modern web application developer. This book also walks you through modern module formats, how to namespace code effectively, and other essential topics.
  • Learn the structure of design patterns and how they are written
  • Understand different pattern categories, including creational, structural, and behavioral
  • Walk through more than 20 classical and modern design patterns in JavaScript
  • Use several options for writing modular code-including the Module pattern, Asyncronous Module Definition (AMD), and CommonJS
  • Discover design patterns implemented in the jQuery library
  • Learn popular design patterns for writing maintainable jQuery plug-ins
"This book should be in every JavaScript developers hands. Its the go-to book on JavaScript patterns that will be read and referenced many times in the future." -Andre Hansson, Lead Front-End Developer, presis!
Visa hela texten

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Fler böcker av Addy Osmani

  • Developing Backbone.js Applications

    Addy Osmani

    If you want to build your sites frontend with the single-page application (SPA) model, this hands-on book shows you how to get the job done with Backbone.js. Youll learn how to create structured JavaScript applications, using Backbones own flavor ...

Övrig information

Addy Osmani is a writer, speaker, and a JavaScript developer. He is a member of the jQuery core [Bug Triage/Docs/Learning] teams where helps with bugs, documentation, and developer evangelism. When not working at AOL his personal OS projects include jQuery UI Bootstrap and TodoMVC, which help developers compare JavaScript MVC frameworks. Addy is the author of the popular ebook, Essential JavaScript Design Patterns. His personal blog is http://addyosmani.com/blog/

Innehållsförteckning

PrefaceChapter 1: IntroductionChapter 2: What Is a Pattern?Chapter 3: Pattern-ity Testing, Proto-Patterns, and the Rule of ThreeChapter 4: The Structure of a Design PatternChapter 5: Writing Design PatternsChapter 6: Anti-PatternsChapter 7: Categories of Design PatternsChapter 8: Design Pattern CategorizationChapter 9: JavaScript Design PatternsChapter 10: JavaScript MV* PatternsChapter 11: Modern Modular JavaScript Design PatternsChapter 12: Design Patterns in jQueryChapter 13: jQuery Plug-in Design PatternsChapter 14: ConclusionsReferencesColophon