- Modular Programming with JavaScript
- Sasan Seydnejad
- 166字
- 2021-07-14 10:56:46
Summary
In this chapter, we tried to get an overview of the concepts behind modular programming in general and how such concepts can be used in JavaScript applications in particular.
We saw that this approach is essentially based on creating packages of specialized code that do very specific tasks.
We also made parallels between how modules are designed in real life and our application modules, so that we can translate the similarities into our own application design approach.
While the term "module" can be used to refer to different things in the code, we will take this terminology to refer to a certain style of programming and architecture in our JavaScript application design approach in later chapters.
However, before we completely dive into the more technical aspects of JavaScript modular programming, it is a good idea to review the fundamentals of object-oriented programming in JavaScript in the next chapter. This will allow us to establish a solid foundation for more technical chapters as we move forward.
- Linux核心技術從小白到大牛
- Programming ArcGIS 10.1 with Python Cookbook
- Learning Apache Kafka(Second Edition)
- JavaScript+Vue+React全程實例
- Expert Android Programming
- Python數據分析從0到1
- 劍指MySQL:架構、調優與運維
- 硅谷Python工程師面試指南:數據結構、算法與系統設計
- QGIS Python Programming Cookbook(Second Edition)
- ExtJS Web應用程序開發指南第2版
- 零基礎學HTML+CSS
- Python青少年趣味編程
- Python繪圖指南:分形與數據可視化(全彩)
- C# 10核心技術指南
- Java Web 從入門到項目實踐(超值版)