You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- For the document, must be concise, well organize into catelog, no duplicated topic, no redundant information. Relative topic should be organize in near position.
5
+
- If you don't know 3rd-party API, should lookup on `https://docs.rs/<crate>`.
6
+
- Do not run cargo clippy
7
+
- Run test with `make test`. In order to prevent too long output truncated by AI tool, run test with `make test <test_name>` when you have a targeted test case.
8
+
- Always use shorter token path by importing the trait or structure.
9
+
10
+
# Execution plan
11
+
12
+
Create execution plan with steps when going large design, store into `docs/(topic)_steps.md`, wait for review.
0 commit comments