I wouldn’t be concerned about performance unless t...
# announcements
d
I wouldn’t be concerned about performance unless there’s a reason to believe that it will be a problem— If you have a huge if/else chain then there’s a decent chance that
when
will be better,
when
would also be more readable.