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.
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.