diff options
-rw-r--r-- | Readme.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Readme.md b/Readme.md index fec1a026..65e89fb7 100644 --- a/Readme.md +++ b/Readme.md @@ -6,10 +6,10 @@ tests. Hoped-for benefits: 1. Open source projects become easier for outsiders to comprehend, since they can more confidently try out changes with the knowledge that they'll get - rapid feedback if they break something. As a result projects become more - *rewrite-friendly*: it's easier to leave your project's historical - accidents and other baggage behind if you can be confident of not causing - regressions. + rapid feedback if they break something. Projects also become more + *rewrite-friendly* for insiders: it's easier to leave your project's + historical accidents and other baggage behind if you can be confident of + not causing regressions. 1. It becomes easier to teach programming by emphasizing tests far earlier than we do today. |