dwmkerr / hacker-laws

💻📖 Laws, Theories, Principles and Patterns that developers will find useful. #hackerlaws
Creative Commons Attribution Share Alike 4.0 International
25.8k stars 1.51k forks source link

Selection Bias #135

Open dwmkerr opened 5 years ago

dwmkerr commented 5 years ago

See also #134. Another essential law for general critical thinking/reasoning.

umutphp commented 5 years ago

Survivorship Bias (Survival Bias) can be also added to the document as a sub section of Selection Bias or a separate section.

During development, we can sometimes focus on the errors caught in regular tests too much so that we forgot that there might be forgotten flows or unspotted errors.