- Node.js Design Patterns
- Mario Casciaro Luciano Mammino
- 148字
- 2021-06-18 18:15:06
Summary
In this chapter, we explored in depth what modules are, why they are useful, and why we need a module system. We also learned about the history of modules in JavaScript and about the two module systems available today in Node.js, namely CommonJS and ESM. We also explored some common patterns that are useful when creating modules or when using third-party modules.
You should now be comfortable with understanding and writing code that takes advantage of the features of both CommonJS and ESM.
In the rest of the book, we will rely mostly on ES modules, but you should now be equipped to be flexible with your choices and be able to deal with CommonJS effectively if necessary.
In the next chapter, we will start to explore the idea of asynchronous programming with JavaScript, and we will examine callbacks, events, and their patterns in depth.
- .NET之美:.NET關鍵技術深入解析
- Redis Applied Design Patterns
- 造個小程序:與微信一起干件正經事兒
- Machine Learning with R Cookbook(Second Edition)
- Learning Bayesian Models with R
- Java從入門到精通(第4版)
- OpenStack Orchestration
- Android Wear Projects
- Android應用開發深入學習實錄
- R語言:邁向大數據之路(加強版)
- Learning Nessus for Penetration Testing
- Application Development with Parse using iOS SDK
- Python Social Media Analytics
- Android初級應用開發
- Java面向對象程序設計教程