Update README.md

This commit is contained in:
TheLeo 2025-11-21 22:37:43 +00:00
parent 636ff2b1a7
commit 6038783d63

View File

@ -173,13 +173,3 @@ CREATE INDEX idx_content ON articles(content);
- Use libraries, don't reinvent the wheel
- Manual testing only for week 1
- Share progress daily with team
---
## Notes
- **Be ruthless about scope** - If it's not essential for day 1 usage, skip it
- **Working > Pretty** - Ugly but functional beats beautiful but broken
- **Real usage beats planning** - Get it in their hands ASAP
- **You can always add more** - But you can't get time back
- **Database backups** - Copy `database.db` file regularly (simple for now)