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
During review on autoconersion, @ShrimpCryptid pointed out that it would be efficient and readable to use an enum where we currently use types in some cases, notably viewer status and conversionStatus. When converting these, we should also check for other opportunities to include legibility and efficiency of typing in the website repo.
When does this need to get done?
Not urgent, appropriate to fold into auto-conversion work
The text was updated successfully, but these errors were encountered:
What needs to happen?
Convert some types and constants to
enums
Why should we do this?
During review on autoconersion, @ShrimpCryptid pointed out that it would be efficient and readable to use an
enum
where we currently use types in some cases, notably viewerstatus
andconversionStatus
. When converting these, we should also check for other opportunities to include legibility and efficiency of typing in the website repo.When does this need to get done?
Not urgent, appropriate to fold into auto-conversion work
The text was updated successfully, but these errors were encountered: