Page 1 of 1

Improve readability by converting if-elseif-else patterns to switch-case statements, when possible.

Posted: Tue Mar 09, 2021 1:22 pm
by fyousefi
Improve readability by converting if-elseif-else patterns to switch-case statements, when possible.