diff --git a/README.md b/README.md index c58d738..7b962dc 100644 --- a/README.md +++ b/README.md @@ -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.