aboutsummaryrefslogtreecommitdiff
path: root/docs/intro.md
diff options
context:
space:
mode:
authorNick Tchayka <nick@booster.cloud>2023-09-18 10:43:27 +0100
committerNick Tchayka <nick@booster.cloud>2023-09-18 10:43:27 +0100
commit05c43165eabb9042793c002f8b33a883befa754a (patch)
tree7f489be2730294a262443c98552e264556f44abd /docs/intro.md
parent257c43e352a75d6e56bf08afcdaa95a36f316b89 (diff)
downloadneohaskell.github.io-05c43165eabb9042793c002f8b33a883befa754a.tar.gz
neohaskell.github.io-05c43165eabb9042793c002f8b33a883befa754a.tar.bz2
neohaskell.github.io-05c43165eabb9042793c002f8b33a883befa754a.zip
Update percentages
Diffstat (limited to 'docs/intro.md')
-rw-r--r--docs/intro.md4
1 files 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