June 2025
Intermediate to advanced
837 pages
24h 50m
English
If you’re working on a Node.js application, you should make it as modular as possible; that is, divide your source code into several files. One of the most important reasons for this type of structuring is clarity. In a file of several thousand lines of source code, finding specific code sections becomes increasingly difficult. It also makes it nearly impossible to reuse code blocks across applications. But reusability within an application is also much more convenient with self-contained modules, each in its own file. Once your application becomes more extensive and complex, and areas with self-contained functionality begin to emerge that can be communicated with via uniform interfaces, the time is ...
Read now
Unlock full access