Modularity in TOL
In order to allow a big growning of libraries written in TOL it's neccessary to count with a well designed structure of modular development:
- Package: A package is an irreductible set of TOL files that are strongly related between themselves, having all them a common conceptual purpose. It is the minimal unity of modularity and will be encapsulated into a unique root NameBlock that must be handled as a compressed OIS module.
- Library: A library is list of related packages and is defined by just one TOL file that requires all packages in the order of dependencies.
- Repository: Generic purpose libraries must be accesible from public or private, remote or local repositories in order to allow download and automatic update to last releases and also to specific ones for full libraries.
See more about TOL packages and repositories on TolPackageRulesAndComments
Last modified 15 years ago
Last modified on Jun 16, 2010, 7:24:58 AM