- Mastering JavaScript Design Patterns
- Simon Timms
- 174字
- 2021-08-05 17:14:55
Chapter 1. Designing for Fun and Profit
JavaScript is an evolving language that has come a long way from its inception. Possibly more than any other programming language, it has grown and changed with the growth of the World Wide Web. The exploration of how JavaScript can be written using good design principles is the topic of this book. The preface of this book contains a detailed explanation of the sections of the book.
In the first half of this chapter, we'll explore the history of JavaScript and how it came to be the important language that it is today. As JavaScript has evolved and grown in importance, the need to apply rigorous methods to its construction has also grown. Design patterns can be a very useful tool to assist in developing maintainable code. The second half of the chapter will be dedicated to the theory of design patterns. Finally, we'll look briefly at antipatterns.
The topics covered in this chapter are:
- The history of JavaScript
- What is a design pattern?
- Antipatterns
- PHP動態網站程序設計
- Interactive Data Visualization with Python
- The DevOps 2.4 Toolkit
- Hands-On Enterprise Automation with Python.
- Mastering Apache Spark 2.x(Second Edition)
- Cocos2d-x學習筆記:完全掌握Lua API與游戲項目開發 (未來書庫)
- Unreal Engine 4 Shaders and Effects Cookbook
- Linux Device Drivers Development
- Unity Game Development Scripting
- Android程序設計基礎
- UML2面向對象分析與設計(第2版)
- SwiftUI極簡開發
- OpenCV Android開發實戰
- Tableau Dashboard Cookbook
- 循序漸進Vue.js 3前端開發實戰