Cantitate/Preț
Produs

JavaScript Patterns: OREILLY

Autor Stoyan Stefanov
en Limba Engleză Paperback – 7 oct 2010
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"
Citește tot Restrânge

Din seria OREILLY

Preț: 15893 lei

Preț vechi: 19866 lei
-20% Nou

Puncte Express: 238

Preț estimativ în valută:
3042 3159$ 2526£

Carte disponibilă

Livrare economică 11-25 ianuarie 25
Livrare express 31 decembrie 24 - 04 ianuarie 25 pentru 2439 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780596806750
ISBN-10: 0596806752
Pagini: 240
Ilustrații: black & white illustrations
Dimensiuni: 178 x 232 x 27 mm
Greutate: 0.39 kg
Editura: O'Reilly
Seria OREILLY


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