From ee9819f4aac7760a758314caafc9a15ee3594a4e Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Wed, 29 Jan 2020 07:07:36 +0100 Subject: [PATCH] Add more principles. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a49d3dd..011f485 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,8 @@ const cdr = 700; _Bad 👎🏻_ ```javascript -// Callback function debounce rate in milliseconds. +// The number of 700ms has been calculated empirically based on UX A/B test results. +// @see: const callbackDebounceRate = 700; ```