Closed tpadioleau closed 1 month ago
Why do you prefer if/else over switches?
Why do you prefer if/else over switches?
I find it old construct from the language, less obvious to implement correctly. We used to have a bug about a missing break statement
if/else
blockscompute_block_sizes_*
functions