Skip to content

Commit 5a61b80

Browse files
Merge pull request #232 from TimeWarpEngineering/Cramer/2025-06-24/Task_029
Task 029: Complete directory naming analysis with critical review and follow-up tasks
2 parents 5802ca7 + 406b5a9 commit 5a61b80

9 files changed

Lines changed: 1958 additions & 0 deletions

TimeWarp.Architecture/Claude.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,12 @@ Use these regions in entity classes to organize associations:
234234

235235
## Development Workflow
236236

237+
### Code Quality Standards
238+
- **Be meticulous, not diplomatic**: Identify real issues clearly without excusing them as "strategic adaptations"
239+
- **Analyze, don't placate**: Understand the underlying reasons before critiquing naming, architecture, or design decisions
240+
- **Error on the side of quality**: Choose the approach that produces the best long-term product, even if it requires more work upfront
241+
- **Template responsibility**: Remember this code will be replicated hundreds of times - fix issues now to prevent widespread propagation
242+
237243
### Git Strategy
238244
- **Main branch**: `master` (not `main`)
239245
- **Merge strategy**: Use merge commits (not squash/rebase) to preserve development history

0 commit comments

Comments
 (0)