Report Offensive Message

Never got used it, my first real introduction to it was in
clever b'stard C code, and don't have a lot of time for that sort of thing. Personally I don't see if else that hard to read, whereas because I use it so little the ternary operator trips me up.
Not using it is a habit I've developed, same as in C
I never use
int i = 0;
If (i)...
Always if (i==0), I put no value at all on terseness in compiled environent, and very little more in interpreted one.

An aesthetic objection, like where do you put your opening brace in a block as opposed to a technical one.
Posted by Tony Hopkinson
13th Jun 2011