Join Slack
Powered by
seems like the right use case for an if/else assig...
# announcements
s
Shawn
01/29/2018, 9:31 PM
seems like the right use case for an if/else assignment
c
Czar
01/29/2018, 9:43 PM
Aside from this specific case, I often find myself using
when
in places where
if
would also work,
just for the kicks of it
to promote readability where 'when this then that' sounds more human.
2
Views
Open in Slack
Previous
Next