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
{{ message }}
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.
The application does not handle the case where the user could press multiple operators consecutively, to basically "string" them together succesively.
For example, the user could press the '+' button 5 times then the 'x' button 3 times, ultimately resulting in an error. Perhaps the application should disable the user's ability of clicking an operator or decimal button twice or more in a row?
A simple conditional could prevent the user from doing this.
The text was updated successfully, but these errors were encountered:
The application does not handle the case where the user could press multiple operators consecutively, to basically "string" them together succesively.
For example, the user could press the '+' button 5 times then the 'x' button 3 times, ultimately resulting in an error. Perhaps the application should disable the user's ability of clicking an operator or decimal button twice or more in a row?
A simple conditional could prevent the user from doing this.
The text was updated successfully, but these errors were encountered: