A collection of best-practice guides for coding in Python and Rust, maintained by the Nauticalab team.
| Guide | Description |
|---|---|
| Python Guidelines | Common guidelines for writing clean, idiomatic Python |
| Rust Guidelines (coming soon) | Best practices for safe, performant Rust code |
- Fork this repository and create a feature branch off
dev. - Add or update a guide under the appropriate directory (
python/,rust/, etc.). - Open a pull request targeting the
devbranch. - After review, changes are merged into
devand periodically promoted tomain.
MIT