I think a `when` with one case and an else is prob...
# codereview
d
I think a
when
with one case and an else is probably always wrong as an initial implementation (the same as a
switch
with one case and a default).
👍 3