From 88e6d9544fcc46bfa06d625b86beafb276b40cc5 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Sat, 10 Jun 2023 16:40:51 +0400 Subject: [PATCH] Update readme.md --- readme.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 233cd24..f1b3cf1 100644 --- a/readme.md +++ b/readme.md @@ -14,16 +14,12 @@ ______________________________________________________________________ -

- A curated Awesome list of falsehoods programmers believe in. -

-

The logic of the world is prior to all truth and falsehood.
— Ludwig Wittgenstein[1]

-A *falsehood* is an ***idea* that you initially believed was true**, but in reality, it is **proven to be false**. +A curated [![Awesome](https://awesome.re/badge-flat.svg)](https://github.com/sindresorhus/awesome) list of falsehoods programmers believe in. A *falsehood* is an ***idea* that you initially believed was true**, but in reality, it is **proven to be false**. E.g. of an *idea*: valid email address exactly has one `@` character. So, you will use this rule to implement your email-field validation logic. Right? Wrong! The *reality* is: emails can have multiple `@` chars. Therefore your implementation should allow this. The initial *idea* is a falsehood you believed in.