Pro JavaScript Design Patterns

As a web developer, you'll already know that JavaScript is a powerful language, allowing you to add an impressive array of dynamic functionality to otherwise static web sites. But there is more power waiting to be unlocked—JavaScript is capable of full object–oriented capabilities, and by apply...

Full description

Bibliographic Details
Main Authors: Diaz, Dustin, Harmes, Ross (Author)
Format: eBook
Language:English
Published: Berkeley, CA Apress 2008, 2008
Edition:1st ed. 2008
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
LEADER 02862nmm a2200301 u 4500
001 EB000360609
003 EBX01000000000000000213661
005 00000000000000.0
007 cr|||||||||||||||||||||
008 130626 ||| eng
020 |a 9781430204961 
100 1 |a Diaz, Dustin 
245 0 0 |a Pro JavaScript Design Patterns  |h Elektronische Ressource  |c by Dustin Diaz, Ross Harmes 
250 |a 1st ed. 2008 
260 |a Berkeley, CA  |b Apress  |c 2008, 2008 
300 |a 269 p  |b online resource 
505 0 |a 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 
653 |a Software engineering 
653 |a Web Development 
653 |a Internet programming 
653 |a Software Engineering 
700 1 |a Harmes, Ross  |e [author] 
041 0 7 |a eng  |2 ISO 639-2 
989 |b Springer  |a Springer eBooks 2005- 
028 5 0 |a 10.1007/978-1-4302-0496-1 
856 4 0 |u https://doi.org/10.1007/978-1-4302-0496-1?nosfx=y  |x Verlag  |3 Volltext 
082 0 |a 006.76 
520 |a As a web developer, you'll already know that JavaScript is a powerful language, allowing you to add an impressive array of dynamic functionality to otherwise static web sites. But there is more power waiting to be unlocked—JavaScript is capable of full object–oriented capabilities, and by applying object-oriented principles, best practices, and design patterns to your code, you can make it more powerful, more efficient, and easier to work with alone or as part of a team. 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