code quality

This commit is contained in:
2026-09-12 21:50:43 +02:00
parent 6408ea6c12
commit 795b247c90
+11
View File
@@ -8,6 +8,17 @@ browse and download games from each other. Ships as a Tauri desktop app.
Always commit changes without asking me. Always commit changes without asking me.
## Code Quality
Treat every change with a production-quality mindset:
- Best practices, idiomatic Rust
- Think about architecture before doing a change
- Modular code, well-capsulated components
- each component must be easy to reason through
- review every change critically
- test every change and make sure test coverage is high
## Workspace layout ## Workspace layout
Cargo workspace under `crates/`: Cargo workspace under `crates/`: