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?
