From 4e034e6c9fd5d9832e4cf628ea472328f7bcb962 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Thu, 18 Apr 2019 10:54:37 +0200 Subject: [PATCH] Add article on autocompletion. --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.