Code format

This commit is contained in:
2026-02-07 02:42:33 +01:00
parent 536e6392f0
commit 124fb62657
5 changed files with 8 additions and 33 deletions

View File

@@ -13,9 +13,6 @@ Also see the other related files: API.md, IIS.md, SPEC.md
- If you find unexpected changes in the code (deletions, changes, diff results that were not communicated.), never revert them and never restore the old state. Assume that those changes happened with intent.
- After changing the backend, feel free run "dotnet build" and "dotnet ef database update". If this is blocked by a running dotnet process, feel free to kill the process and retry the operations once.
- Keep changes small and testable
- Avoid introducing new dependencies unless they remove complexity.
- Keep endpoint logic in `Endpoints/` and shared helpers/DTOs in their folders to avoid Program.cs bloat.
- Keep css and js files diversified to avoid styles.css or app.js bloat.
## Tech constraints:
- .NET 10