Comment Re:Certain types of programming... (Score 1) 1203
Hmm, I wasn't clear in my example. I left out the variable declarations, but in the code I was quoting, num was an integer, the cardinality of an array, which has little danger of being not-a-number. You're right, my comment isn't applicable for all possible contexts of that code.
At any rate, my point was that bad boolean expressions can be inefficient and a pain for the code maintainer.
<ecode> seems to handle indentation properly.
At any rate, my point was that bad boolean expressions can be inefficient and a pain for the code maintainer.
<ecode> seems to handle indentation properly.