withastro / roadmap

Ideas, suggestions, and formal RFC proposals for the Astro project.
292 stars 29 forks source link

Add testing section to the RFC template #347

Closed matthewp closed 1 year ago

matthewp commented 1 year ago

This is not a new RFC but a proposed change to the template.

It adds an explicit section on testing strategies. As Astro grows the cost of new features also grows. Knowing how a feature will be tested gives us greater confidence that the feature will be easy to maintain and fewer regressions will occur. This also forces the RFC creator to think through edge cases they might otherwise gloss over.