Software development
26. Software development#
This section collects some relevant information about the software development within basf2.
- 26.1. How to write basf2 code (coding conventions)
- 26.1.1. General rules
- 26.1.2. Directories structure
- 26.1.3. Naming conventions
- 26.1.4. Namespaces
- 26.1.5. Classes
- 26.1.6. Order of class members
- 26.1.7. Initialisation
- 26.1.8. Data objects
- 26.1.9. Random numbers
- 26.1.10. Error handling
- 26.1.11. Files
- 26.1.12. Code Formatting Style
- 26.1.13. Documentation
- 26.1.14. Further Suggestions
- 26.2. Updating the main globaltag