Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: set timerId at startTimer #5766

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jaedeok0
Copy link

Hi, I think there seems to be some code in debounce that could be improved a bit.
Now if we look at debounce's startTimer function, we can see that the return value is always used as timeId.
However, if you call startTimer and do not set the return value to timeId, a bug will likely occur.
I think you can reduce mistakes by setting the timeId internally rather than having startTimer return a timeId.
If you think the existing method is better, it would be good to let me know why.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant