docs: add guidance on reading code and preferring simple solutions #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "exe-dev-bot/shelley-extras:docs/read-code-prefer-simple"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Learnings from spec review
Two mistakes from this session:
Made claims about FK constraints without reading the code - User called me out. Added: "Read the code before making claims"
Proposed complex UUID generation on import when simpler int→text conversion worked - Added: "Prefer simple solutions"