JavaScript Patterns: OREILLY
Autor Stoyan Stefanoven Limba Engleză Paperback – 7 oct 2010
Written by JavaScript expert Stoyan Stefanov Senior Yahoo Technical and architect of YSlow 2.0, the web page performance optimization tool "JavaScript Patterns" includes practical advice for implementing each pattern discussed, along with several hands-on examples. You'll also learn about anti-patterns: common programming approaches that cause more problems than they solve.Explore useful habits for writing high-quality JavaScript code, such as avoiding globals, using single var declarations, and moreLearn why literal notation patterns are simpler alternatives to constructor functionsDiscover different ways to define a function in JavaScriptCreate objects that go beyond the basic patterns of using object literals and constructor functionsLearn the options available for code reuse and inheritance in JavaScriptStudy sample JavaScript approaches to common design patterns such as Singleton, Factory, Decorator, and moreExamine patterns that apply specifically to the client-side browser environment"
Din seria OREILLY
- Preț: 238.08 lei
- 20% Preț: 203.29 lei
- 20% Preț: 278.93 lei
- 20% Preț: 265.42 lei
- 20% Preț: 266.09 lei
- 20% Preț: 249.42 lei
- Preț: 149.84 lei
- 20% Preț: 238.63 lei
- 20% Preț: 202.37 lei
- 20% Preț: 107.08 lei
- 20% Preț: 220.44 lei
- 20% Preț: 326.28 lei
- 20% Preț: 170.11 lei
- 20% Preț: 268.47 lei
- 20% Preț: 234.63 lei
- 20% Preț: 212.84 lei
- 20% Preț: 132.71 lei
- 20% Preț: 84.28 lei
- 20% Preț: 187.71 lei
- 20% Preț: 163.74 lei
- Preț: 167.23 lei
- 20% Preț: 113.76 lei
- 20% Preț: 133.93 lei
- 20% Preț: 211.53 lei
- 20% Preț: 164.83 lei
- 20% Preț: 210.68 lei
- 20% Preț: 229.55 lei
- 20% Preț: 232.96 lei
- 20% Preț: 176.73 lei
- 20% Preț: 185.33 lei
- 20% Preț: 128.24 lei
- 20% Preț: 233.75 lei
- Preț: 150.35 lei
- 20% Preț: 237.15 lei
- 20% Preț: 159.50 lei
- 20% Preț: 222.34 lei
- 20% Preț: 277.81 lei
- 20% Preț: 173.63 lei
- 20% Preț: 132.71 lei
- 20% Preț: 212.81 lei
- 20% Preț: 186.63 lei
- 20% Preț: 245.60 lei
- 20% Preț: 314.66 lei
- 20% Preț: 279.05 lei
- 20% Preț: 313.72 lei
- 20% Preț: 170.31 lei
- 20% Preț: 280.32 lei
- 20% Preț: 198.53 lei
- 20% Preț: 291.21 lei
Preț: 158.93 lei
Preț vechi: 198.66 lei
-20% Nou
30.42€ • 31.59$ • 25.26£
Carte disponibilă
Livrare economică 11-25 ianuarie 25
Livrare express 31 decembrie 24 - 04 ianuarie 25 pentru 24.39 lei
Specificații
Descriere
What's the best approach for developing an application with JavaScript? This book helps you answer that question with numerous JavaScript coding patterns and best practices. If you're an experienced developer looking to solve problems related to objects, functions, inheritance, and other language-specific categories, the abstractions and code templates in this guide are ideal whether you're using JavaScript to write a client-side, server-side, or desktop application.
Written by JavaScript expert Stoyan Stefanov Senior Yahoo Technical and architect of YSlow 2.0, the web page performance optimization tool "JavaScript Patterns" includes practical advice for implementing each pattern discussed, along with several hands-on examples. You'll also learn about anti-patterns: common programming approaches that cause more problems than they solve.Explore useful habits for writing high-quality JavaScript code, such as avoiding globals, using single var declarations, and moreLearn why literal notation patterns are simpler alternatives to constructor functionsDiscover different ways to define a function in JavaScriptCreate objects that go beyond the basic patterns of using object literals and constructor functionsLearn the options available for code reuse and inheritance in JavaScriptStudy sample JavaScript approaches to common design patterns such as Singleton, Factory, Decorator, and moreExamine patterns that apply specifically to the client-side browser environment"
Cuprins
- Dedication
- Preface
- Chapter 1: Introduction
- Chapter 2: Essentials
- Chapter 3: Literals and Constructors
- Chapter 4: Functions
- Chapter 5: Object Creation Patterns
- Chapter 6: Code Reuse Patterns
- Chapter 7: Design Patterns
- Chapter 8: DOM and Browser Patterns
- Colophon