# Make it easy to be dumb in your codebase

- Published: 2023-08-29
- URL: https://notes.webutvikling.org/scalable-frontend-applications
- Tags: scaling, frontend
- Source: https://www.youtube.com/watch?v=tqhLK0Fb5_4

Make it easy to delete: colocate by feature. Make it easy to build it right: automated checks. Make it easy to be newb: reduce knowledge-requirements, embrace dumb questions. Migrate incrementally: large diffs fail. Use a monorepo: reduced error rate. Make code quality derivative positive: make things better over time.
