Stoyan Stefanov is a Yahoo! web developer, book author (Object-Oriented JavaScript), book contributor (Even Faster Web Sites, High Performance JavaScript), and technical reviewer (JavaScript: The Good Parts, PHP Mashups). He speaks regularly about JavaScript, PHP, and other web development topics at conferences and on his blog (http://www.phpied.com). Stoyan is the creator of the smush.it image optimization tool and architect of Yahoo's performance optimization tool YSlow 2.0.
发表于2024-12-22
JavaScript Patterns 2024 pdf epub mobi 电子书
非常称赞的一本书,算是JS语言的最佳实践了(可以结合着那本《Javascript语言精粹》来看,都算JS进阶书了)。 特别出彩的是作者很多模式的讲解都是渐进式的(比如继承这块内容),先写一个简单的实现,然后指出该方法的优缺点,后面再用另一个思路去完善。在阅读过程中,这样...
评分本书确实不错,让我重新学习了一遍设计模式,以前还真的没有注意过这方面可以重用。 虽然,本书中间有些许翻译不准确的地方,不过,从外文到中文似乎总有一些问题,除非抛开原著。 从整体上来说,本书还是阅读很流利的,推荐大家阅读。
评分最近正在复习这本书,满眼的干货,实在。 当初是看完object-oriented javascript这本书之后接着看了这本,两本书真是一脉相承,但是这本更少涉及基础,强调实战提升,多是建立在js语言独有特性上的pattern的总结分析,什么代码规范啦,设计模式啦,都有涉及。 还有很多一般注...
评分https://github.com/jayli/javascript.patterns 本书中文版在这里,翻译进行中,进行中,进行中,进行中,进行中,进行中,进行中,进行中,进行中,进行中,进行中,进行中,进行中,进行中,进行中,进行中,进行中,进行中,进行中,进行中,进行中,进行中,进行中,进行...
评分本书确实不错,让我重新学习了一遍设计模式,以前还真的没有注意过这方面可以重用。 虽然,本书中间有些许翻译不准确的地方,不过,从外文到中文似乎总有一些问题,除非抛开原著。 从整体上来说,本书还是阅读很流利的,推荐大家阅读。
图书标签: javascript JavaScript 设计模式 前端开发 编程 O'Reilly pattern Programming
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 writing a client-side, server-side, or desktop application with JavaScript. 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 more Learn why literal notation patterns are simpler alternatives to constructor functions Discover different ways to define a function in JavaScript Create objects that go beyond the basic patterns of using object literals and constructor functions Learn the options available for code reuse and inheritance in JavaScript Study sample JavaScript approaches to common design patterns such as Singleton, Factory, Decorator, and more Examine patterns that apply specifically to the client-side browser environment
对function和object的讨论相当精辟。吐点槽,最后两章鸡肋了啊!js谈design pattern? 用oo的思路思考js等于正常人非要学结巴说话。dom patterns? 这就是应该jquery这种library搞定的烦心事。
评分var obj = {}
评分和Maintainable JavaScript、蝴蝶书内容略重复(因为作者都是Yahoo的?),模式部分还ok
评分大开眼界,最好先看good part,然后再看这个。
评分大部分内容在 Good Parts 这本书里都已经讲过了啊,剩下的又讲得太浅。
JavaScript Patterns 2024 pdf epub mobi 电子书