From c3d39e3797a5ea1d0a2a53e9e41c64a5411fcf27 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 24 Oct 2016 20:03:02 -0700 Subject: 3591 --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 3165f5d8..03d4cb2a 100644 --- a/Readme.md +++ b/Readme.md @@ -16,10 +16,10 @@ tests. Hoped-for benefits: 1. It becomes easier to teach programming by emphasizing tests far earlier than we do today. -The hypothesis is that designing the OS to be testable from day 1 would -radically impact the culture of an eco-system in a way that no bolted-on tool -or service at higher levels can replicate. It would make it easier to write -programs that can be [easily understood by newcomers](http://akkartik.name/about). +The hypothesis is that designing the entire system to be testable from day 1 +and from the ground up would radically impact the culture of an eco-system in +a way that no bolted-on tool or service at higher levels can replicate. It +would make it easier to write programs that can be [easily understood by newcomers](http://akkartik.name/about). It would reassure authors that an app is free from regression if all automated tests pass. It would make the stack easy to rewrite and simplify by dropping features, without fear that a subset of targeted apps might break. As a result -- cgit 1.4.1-2-gfad0