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
Nice call. I'd be inclined to say callbacks, since they're ultimately simpler, and you can still hook a promise up to it. Then again, perhaps you could have two arities; one that takes a callback, and one that just returns a promise? That would give some added flexibility.
FWIW, I'm leaning towards callbacks for pin-ctrl...
Either:
use a more Node-stye callback signature. For example:
Return a Promise or promise-like structure for the board result.
The text was updated successfully, but these errors were encountered: