From a43eca077897aa4bdb1fae75f16b7dc781c3ea85 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Fri, 7 Apr 2017 22:21:40 +0200 Subject: [PATCH] tweak philosophy slightly --- README.md | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 3d6d635..747ace8 100644 --- a/README.md +++ b/README.md @@ -148,20 +148,19 @@ we want to be nice and fun, and then _casually_ be the best choice around. _Real casually._ We believe frameworks should be disposable, and components recyclable. We don't -like the current state of web development where walled gardens jealously -compete with one another. We want you to be free, not shackled to a damp -dungeon wall. By making the DOM the lowest common denominator, switching from -one framework to another becomes frictionless. Components should run anywhere -that has a DOM, regardless of the framework. `choo` is modest in its design; we -don't believe it will be top of the class forever, so we've made it as easy to -toss out as it is to pick up. +want a web where walled gardens jealously compete with one another. By making +the DOM the lowest common denominator, switching from one framework to another +becomes frictionless. Components should run anywhere that has a DOM, regardless +of the framework. `choo` is modest in its design; we don't believe it will be +top of the class forever, so we've made it as easy to toss out as it is to pick +up. -We don't believe that bigger is better. Big APIs, big dependencies, large file -sizes - we see them as omens of impending userland complexity. We want -everyone on a team, no matter the size, to fully understand how an application -is laid out. And once an application is built, we want it to be small, -performant and easy to reason about. All of which makes for easy to debug code, -better results and super smiley faces. +We don't believe that bigger is better. Big APIs, large complexities, long +files - we see them as omens of impending userland complexity. We want everyone +on a team, no matter the size, to fully understand how an application is laid +out. And once an application is built, we want it to be small, performant and +easy to reason about. All of which makes for easy to debug code, better results +and super smiley faces. ## Optimizations Choo is reasonably fast out of the box. But sometimes you might hit a scenario