Software development
25. Software development#
This section collects some relevant information about the software development within basf2.
- 25.1. How to write basf2 code (coding conventions)
- 25.1.1. General rules
- 25.1.2. Directories structure
- 25.1.3. Naming conventions
- 25.1.4. Namespaces
- 25.1.5. Classes
- 25.1.6. Order of class members
- 25.1.7. Initialisation
- 25.1.8. Data objects
- 25.1.9. Random numbers
- 25.1.10. Error handling
- 25.1.11. Files
- 25.1.12. Code Formatting Style
- 25.1.13. Documentation
- 25.1.14. Further Suggestions
- 25.2. Updating the main globaltag