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
@yadav-rahul enums are just used to group specific type of constants like that is done in #27. It is purely implementation viewpoint, there is no right or wrong from coding point of view.
Though I would advise to switch to enum type. Because it would look cleaner and differentiate between Toast length and Toast type.
And for the PR, it could be merged if you fix the error so that CI build is passed.
It would be better to use enum for toast type , storing them as integer seems to be a bad practice .
The text was updated successfully, but these errors were encountered: