#what does "db" mean
11 messages · Page 1 of 1 (latest)
Debounce
and what does it do exactly?
Allows the code to not be executed again while it's still running
so like it prevents a function from being called while its running?
debounce is a technique/pattern not an actual language feature.
db can also stand for database
but commonly on roblox its just debounce
and the technique allows you to do what my brain is rotting said
by keeping track of something is running and dropping the request if it is running