Comment on I wish
You mean make it even worse.(performance wise)? Interesting.
Please elaborate. When and why would his suggestion be worse?
It will check all of the if statements instead of stopping at the first match.
Each clause already returns
My bad, I looked over the returns. If you return something there wouldn’t be much difference between both.
Yeah gotta store the return value in a variable!
mryessir@lemmy.sdf.org 2 years ago
Please elaborate. When and why would his suggestion be worse?
mellejwz@lemmy.world 2 years ago
It will check all of the if statements instead of stopping at the first match.
mryessir@lemmy.sdf.org 2 years ago
Each clause already returns
mellejwz@lemmy.world 2 years ago
My bad, I looked over the returns. If you return something there wouldn’t be much difference between both.
Valmond@lemmy.mindoki.com 2 years ago
Yeah gotta store the return value in a variable!