Hey,
I was just wandering if it is better to handle the else statements for all the if's.
A lot of the times in my code I only use the if (true) do this, but there is no else statement.
Is that inproper? Can it lead to problems, and what kind of problems?



LinkBack URL
About LinkBacks



unless true is defined as a variable that changes value. Anyway, for example I have this piece of code: