Is it just me or do a `when`-statement generally l...
# announcements
e
Is it just me or do a
when
-statement generally look better than an if-statement? I see my self more and more using
when
-statements even though there are only two branches. Mostly because I think it’s more readable and flexible than an
if
-statement (If I want to add more cases later on).