- 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.
- 演進式架構(原書第2版)
- LabVIEW入門與實戰開發100例
- Arduino by Example
- Python網絡爬蟲從入門到實踐(第2版)
- Data Analysis with IBM SPSS Statistics
- Learning OpenStack Networking(Neutron)
- Nginx Lua開發實戰
- 深入分布式緩存:從原理到實踐
- Android嵌入式系統程序開發:基于Cortex-A8(第2版)
- MySQL程序員面試筆試寶典
- Windows Phone 8 Game Development
- SQL Server實例教程(2008版)
- Getting Started with JUCE
- HTML5 Canvas核心技術:圖形、動畫與游戲開發
- 優化驅動的設計方法