Is there a reason `when(insert enum variable here)...
# announcements
j
Is there a reason
when(insert enum variable here)
in the case where not all enum’s are accounted for in the when block / no else statement is used is only considered a warning and not an error? IIRC swift / rust treat this as a compilation error.