From deafa8312593990f9ecd47e247eb6f11c3c5f281 Mon Sep 17 00:00:00 2001 From: Nick Tchayka Date: Sun, 24 Sep 2023 17:46:03 +0100 Subject: Update intro.md --- docs/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit