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

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.