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
The code for this function is much more verbose than it needs to be, including many statements like if (condition){}; else{do stuff}. For ease of future maintenance this should be cleaned up.
The text was updated successfully, but these errors were encountered:
The code for this function is much more verbose than it needs to be, including many statements like
if (condition){}; else{do stuff}
. For ease of future maintenance this should be cleaned up.The text was updated successfully, but these errors were encountered: