You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the .tick() messages are an anti-pattern, and have removed a few already (in the dashboard).
Almost all of these are used to wait for a specific amount of time to pass, which would be better served by returning a timeout event and receiving a callback.
The text was updated successfully, but these errors were encountered:
I think the
.tick()
messages are an anti-pattern, and have removed a few already (in the dashboard).Almost all of these are used to wait for a specific amount of time to pass, which would be better served by returning a timeout event and receiving a callback.
The text was updated successfully, but these errors were encountered: