1
0
Fork 0
mirror of https://github.com/kdeldycke/awesome-falsehood.git synced 2024-11-27 11:44:39 -05:00
😱 Falsehoods Programmers Believe in
Find a file
dependabot[bot] 1dd88d5a5a Bump peter-evans/create-pull-request from 3.11.0 to 3.12.0
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v3.11.0...v3.12.0)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-31 12:11:08 +01:00
.github Bump peter-evans/create-pull-request from 3.11.0 to 3.12.0 2021-12-31 12:11:08 +01:00
assets Bad maths. 2021-01-05 01:31:19 +01:00
license Lower case. 2020-04-28 17:41:58 +02:00
readme.md Lint: remove duplicate links. 2021-11-14 17:10:52 +04:00

😱 Awesome Falsehood Awesome

A curated list of falsehoods programmers believe in.

Awesome Falsehood header image

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

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. 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.

Contents

Meta

Arts

Business

Dates and Time

Education

Emails

Geography

Human Identity

Internationalization

On character encoding, string formatting, unicode and internationalization.

Management

Multimedia

  • Falsehoods about Video - Cover it all: video decoding and playback, files, image scaling, color spaces and conversion, displays and subtitles.

Networks

Phone Numbers

Postal Addresses

Science

Society

Software Engineering

Typography

Video Games

  • The Door Problem - All the things you have not considered implementing for your doors in games.

Contributing

Your contributions are always welcome! Please take a look at the contribution guidelines first.

Footnotes

The header image is based on a modified photo taken in February 2010 by Iza Bella, distributed under a Creative Commons BY-SA 2.0 UK license.

[1]: Notebooks, 1914-1916, page 14e (Harper & Brothers, New York, 1961). [↑]