1
0
Fork 0
mirror of https://github.com/kdeldycke/awesome-falsehood.git synced 2024-11-20 11:35:56 -05:00

Lint: remove duplicate links.

This commit is contained in:
Kevin Deldycke 2021-11-14 17:10:52 +04:00 committed by GitHub
parent 298bf1c165
commit ed63f0e116
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@
A *falsehood* is an ***idea* that you initially believe 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](#emails). Therefore your implementation should allow this. The initial *idea* is a falsehood you believed in.
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.
The *falsehood* articles listed below will have a comprehensive list of those false-beliefs that you should be aware of, to help you become a better programmer.