Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ A collection of best-practice guides for coding in Python and Rust, maintained b
|-------|-------------|
| [Python Guidelines](python/best-practices.md) | Common guidelines for writing clean, idiomatic Python |
| [Python Logging](docs/logging.md) | Logging configuration, log levels, and structured logging |
| [Python Testing](docs/testing.md) | Testing types, pytest, mocking, coverage, and property-based testing |
| Rust Guidelines *(coming soon)* | Best practices for safe, performant Rust code |

## Contributing
Expand Down
Loading