From 795b247c90714cb31d043be3afbb45a896ae06e0 Mon Sep 17 00:00:00 2001 From: ddidderr Date: Sat, 12 Sep 2026 21:50:43 +0200 Subject: [PATCH] code quality --- CLAUDE.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 6efbbdf..1efe110 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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/`: