Contribute to BattMo.jl development
Get involved
The code is open source on GitHub. Pull requests, comments or issues are welcome!
Style Guide
When writing code for BattMo we use the Blue Style coding style in general.
Casings
snake_case: directories, file names, variables, functions
PascalCase: parameters, types
Formatting
Use JuliaFormatter for automatic code formatting. In VSCode there is an extension available.