From 3c6a7136fe04e7f1d8d68291ebf49027bced8cb0 Mon Sep 17 00:00:00 2001 From: Rizda Dwi Prasetya Date: Mon, 1 Nov 2021 13:48:48 +0700 Subject: [PATCH] add TL;DR version description --- readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/readme.md b/readme.md index 7fc76c7..3348103 100644 --- a/readme.md +++ b/readme.md @@ -17,6 +17,18 @@ In a sense, *Falsehood* articles are a suite of wordy unit-tests covering extensive edge-cases provided by real-world usage. +
+ + TL;DR version (Click To Expand) + + + > A "falsehood" is an **"idea" that you initially believe was true**, but in-reality it is **proven to be false**. + > + > E.g. "**Idea:** Valid email address exactly has one `@` character, right? I will use this rule to implement my email-field validation logic. **Reality:** False! Emails [can have multiple `@` chars](https://www.netmeister.org/blog/email.html), therefore my implementation should allow this.". + > + > These listed articles will have a comprehensive list of those false-beliefs that you should be aware of, to help you become a better programmer. +
+ ## Contents