diff options
author | Nick Tchayka <nick@booster.cloud> | 2023-09-24 17:46:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-24 17:46:03 +0100 |
commit | deafa8312593990f9ecd47e247eb6f11c3c5f281 (patch) | |
tree | 7d829003e42c0587fde9afaa7290271d55f16f1c /docs | |
parent | 05c43165eabb9042793c002f8b33a883befa754a (diff) | |
download | neohaskell.github.io-main.tar.gz neohaskell.github.io-main.tar.bz2 neohaskell.github.io-main.zip |
Diffstat (limited to 'docs')
-rw-r--r-- | docs/intro.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro.md b/docs/intro.md index 80850c8..5b8807e 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -14,7 +14,7 @@ sidebar_position: 1 * Mathematics are good when not seen * 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 +* If it takes more than 15 minutes to understand, it's a bug * The functional way is better, unless the imperative one is easier ## The Beginning: Complexity Generation |