July 2019
Intermediate to advanced
440 pages
13h 56m
English
This chapter covers
Chapter 3 explains how requires and exports directives are the basis for readability and accessibility. But these mechanisms are strict: every module has to be explicitly required, all required modules have to be present for the application to compile and launch, and exported packages are accessible to all other modules. This suffices for the majority of use cases, but there’s still a significant portion in which these solutions are too broad.
The most obvious ...
Read now
Unlock full access