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
Seconded. I find it frustrating to have to know the magic string values for things like status. At the very least, significant values ought to be enums, constants, or static readonly variables. Adopting the "no magic strings" policy has dramatically increased the quality of my own code and would do wonders for this library.
Throughout the library, all variables are of type
string
. This is a real shame - I suggest changing the variable types to reflect the data they hold.As it is at the moment, the api is unnecessarily confusing to use because of it.
The text was updated successfully, but these errors were encountered: