Y
Hacker News
new
|
ask
|
show
|
jobs
by
Tervis
2329 days ago
On C language an expression which evaluates to any non-zero value is considered as True. So for example this kind of statement would not likely behave as intended:
if (TRUE == expression) { ... }
1 comments
Koshkin
2329 days ago
I have refused to hire people who did this. (FALSE, too, even though it is safer.)
link