January 2020
Intermediate to advanced
532 pages
13h 31m
English
Our goal is to hide the global constant, sites, and the helper function, index_site!, such that they are not visible in the public API. To achieve that, we can utilize let blocks.
In the body of the module, we can wrap all of the functions inside a let block, as follows:

Now, let's see what has been changed:
Read now
Unlock full access