Week 2680
1 Note
Today in “things my coding model said”:
This is a great example of premature optimization - the debouncing added complexity to solve a performance problem that doesn’t actually exist at the scale we’re operating.
(It wrote the debouncing, until I asked it to simplify.)