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
enums should not be used in typescript code and are considered to be a code smell / bad practice. we should replace enums with objects using the as cost keyword
enums should not be used in typescript code and are considered to be a code smell / bad practice. we should replace enums with objects using the
as cost
keyworde.g.
see https://www.youtube.com/watch?v=jjMbPt_H3RQ&t=410s
The text was updated successfully, but these errors were encountered: