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
Copy file name to clipboardExpand all lines: CLAUDE.md
-95Lines changed: 0 additions & 95 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,98 +92,3 @@ When the user signals they are done (e.g. "bye", "done", "wrap up", "end session
92
92
-**Next Steps**: bullet list, max 3 items
93
93
94
94
Keep `CONTEXT.md` under 20 lines total. Do NOT summarize the full conversation — only what's needed to resume next session.
95
-
96
-
---
97
-
98
-
# Coding Standards
99
-
100
-
## General
101
-
102
-
Write C# code that maximises readability, maintainability, and correctness while minimising complexity and coupling. Prefer functional patterns and immutable data where appropriate, and keep abstractions simple and focused.
103
-
104
-
- Write clear, self-documenting code
105
-
- Keep abstractions simple and focused
106
-
- Minimise dependencies and coupling
107
-
- Use modern C# features appropriately
108
-
- Use the repository pattern with Dapper at the repository layer for SQL Server and PostgreSQL database communication
109
-
110
-
## Code Organisation
111
-
112
-
**Use meaningful names — no unclear abbreviations:**
0 commit comments