From 05c43165eabb9042793c002f8b33a883befa754a Mon Sep 17 00:00:00 2001 From: Nick Tchayka Date: Mon, 18 Sep 2023 10:43:27 +0100 Subject: Update percentages --- docs/intro.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/intro.md b/docs/intro.md index 09dc18a..80850c8 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -12,8 +12,8 @@ sidebar_position: 1 * Simple is better than complex * Duplicate and easy is better than concise and complex * Mathematics are good when not seen -* The 80% of type-safety should be done with 20-or-less% of the effort -* Instead of investing effort in the other 20%, better release to prod +* The 95% of type-safety should be done with 5-or-less% of the effort +* Instead of investing effort in the other 5%, better release to prod * If it takes more than 5 minutes to understand, it's a bug * The functional way is better, unless the imperative one is easier -- cgit