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
Make sure every action spits out proper errors (and visible to the user! not in console). Also properly separate from debug errors and user errors: a requested action that fails needs to notify the user! failing to draw an user cursor because out of bounds should just go in console.
All user interactions must end with either a clearly visible state change, or a prompt!
The text was updated successfully, but these errors were encountered:
Make sure every action spits out proper errors (and visible to the user! not in console). Also properly separate from debug errors and user errors: a requested action that fails needs to notify the user! failing to draw an user cursor because out of bounds should just go in console.
All user interactions must end with either a clearly visible state change, or a prompt!
The text was updated successfully, but these errors were encountered: