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

Add article on autocompletion.

This commit is contained in:
Kevin Deldycke 2019-04-18 10:54:37 +02:00 committed by GitHub
parent b75041e39f
commit 4e034e6c9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -314,6 +314,8 @@ of a post on why file mtime comparison could be considered harmful.
- [Falsehoods About
Pagination](https://www.hezmatt.org/~mpalmer/blog/2018/12/12/falsehoods-programmers-believe-about-pagination.html) -
Why your pagination algorithm is giving someone (possibly you) a headache.
- [Rules for Autocomplete](http://jeremymikkola.com/posts/2019_03_19_rules_for_autocomplete.html) -
Not falsehoods *per-se*, but still a great list of good practices to implement autocompletion.
- [9999999999999999.0 - 9999999999999998.0](http://geocar.sdf1.org/numbers.html) - A
kind of falsehood on numbers, and floats vs decimals.