You are viewing a single thread.
View all comments 10 points
What’s wrong with “else”
3 points
6 points
if(condition) {#block never used} else {#actually do a thing}
Vs
ifn't(condition) {#actually do a thing}
Vs
if!(condition) {#actually do a thing}
0 points
51 points
0 points
19 points
1 point
5 points