code quality
This commit is contained in:
@@ -8,6 +8,17 @@ browse and download games from each other. Ships as a Tauri desktop app.
|
||||
|
||||
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
|
||||
|
||||
Cargo workspace under `crates/`:
|
||||
|
||||
Reference in New Issue
Block a user