Re: Ten Modules or Less == Using Namespaces
- Posted by mattlewis (admin) Sep 19, 2013
- 1397 views
_tom said...
A suggested design for those that want to program by including a single, monolithic, monster, module. You can create an include file that includes all other includes.
A practical design ends up with ten modules. This is based on the organization the developers used in creating the Standard Library.
This is all described in the wiki:
Hmm...I don't think this is particularly useful (compared to the actual organization of the library ), but I would have thought that primes.e would fit better into the math bundle than data. I suppose it went into data since it's used by map.e?
Matt