diff --git a/README.md b/README.md index fbc5ed8..b96806e 100644 --- a/README.md +++ b/README.md @@ -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)