- 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
- 三維圖形化C++趣味編程
- Scratch 3.0少兒編程與邏輯思維訓練
- 程序員修煉之道:通向務實的最高境界(第2版)
- 區塊鏈技術進階與實戰(第2版)
- C語言程序設計實訓教程與水平考試指導
- QGIS 2 Cookbook
- Python趣味編程與精彩實例
- Python自然語言理解:自然語言理解系統開發與應用實戰
- Python預測之美:數據分析與算法實戰(雙色)
- MongoDB Cookbook
- 例解Python:Python編程快速入門踐行指南
- Building Apple Watch Projects
- SAP HANA Starter
- Raspberry Pi By Example
- Python for Secret Agents