Structuring Projects
This section will explain:
- What are packages and systems?
- How to structure your software projects?
- The two most common apporaches to structure large projects:
- The more traditional way of writing protocols or multiple modules
- The package inferred way which is conceptually more similar to other languages
- The two most common apporaches to structure large projects:
Take a look at the How To Guide on Structuring A Large caveman2 Project for an example of the above.