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