Pro JavaScript Design Patterns
Autor Dustin Diaz, Ross Harmesen Limba Engleză Paperback – 17 dec 2007
With Pro JavaScript Design Patterns, you'll start with the basics of object–oriented programming in JavaScript applicable to design patterns, including making JavaScript more expressive, inheritance, encapsulation, information hiding, and more. With that covered, you can kick–start your JavaScript development in the second part of the book, where you'll find detail on how to implement and take advantage of several design patterns in JavaScript, including composites, decorators, façades, adapters, and many more.
Each chapter is packed with real–world examples of how the design patterns are best used and expert advice on writing better code, as well as what to watch out for. Along the way you'll discover how to create your own libraries and APIs for even more efficient coding.
- Master the basics of object–oriented programming in JavaScript, as they apply to design patterns
- Apply design patterns to your kick–start your JavaScript development
- Work through several real–world examples
Preț: 362.84 lei
Preț vechi: 453.55 lei
-20% Nou
Puncte Express: 544
Preț estimativ în valută:
69.43€ • 73.35$ • 58.05£
69.43€ • 73.35$ • 58.05£
Carte disponibilă
Livrare economică 11-25 decembrie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781590599082
ISBN-10: 159059908X
Pagini: 269
Ilustrații: 269 p.
Dimensiuni: 178 x 235 x 19 mm
Greutate: 0.7 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 159059908X
Pagini: 269
Ilustrații: 269 p.
Dimensiuni: 178 x 235 x 19 mm
Greutate: 0.7 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Public țintă
Popular/generalCuprins
Object-Oriented JavaScript.- Expressive JavaScript.- Interfaces.- Encapsulation and Information Hiding.- Inheritance.- The Singleton Pattern.- Chaining.- Design Patterns.- The Factory Pattern.- The Bridge Pattern.- The Composite Pattern.- The Facade Pattern.- The Adapter Pattern.- The Decorator Pattern.- The Flyweight Pattern.- The Proxy Pattern.- The Observer Pattern.- The Command Pattern.- The Chain of Responsibility Pattern.
Notă biografică
Dustin Diaz is a user interface engineer for Google in Mountain View, California. He enjoys writing JavaScript, CSS, and HTML, as well as making interactive and usable interfaces to inspire passionate users.
Caracteristici
JavaScript is hot, and design patterns in JavaScript are a much sought after topic amongst more experienced web developers There isn't a direct competitor to this book, although some books have touched on the topic Gives the reader all they need to know to implement several design patterns, along with real world examples