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
It's confusing both in code and to the user. It should be refactored into a single class if possible.
Each text field should have a descriptive placeholder detailing what exactly will be accepted or what is expected. Currently, sometimes you don't have to quote strings and other times you do, etc.
Also, it's not clear to me whether char * are supported in any way. They should be.
The text was updated successfully, but these errors were encountered:
It's confusing both in code and to the user. It should be refactored into a single class if possible.
Each text field should have a descriptive placeholder detailing what exactly will be accepted or what is expected. Currently, sometimes you don't have to quote strings and other times you do, etc.
Also, it's not clear to me whether
char *
are supported in any way. They should be.The text was updated successfully, but these errors were encountered: