Closed blizzardengle closed 2 years ago
The debounce method and its helper method doDebounce are terrible! I misunderstood how debouce works when I first added this and it needs to be corrected.
debounce
doDebounce
PS: Review the use of the throttle method as well and see what improvements can be made.
throttle
Closed by PR #24
The
debounce
method and its helper methoddoDebounce
are terrible! I misunderstood how debouce works when I first added this and it needs to be corrected.