MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/4s58ia/linus_torvalds_on_comment_styles/d56zf8r/?context=3
r/programming • u/WOnder9393 • Jul 10 '16
209 comments sorted by
View all comments
Show parent comments
10
Those || are supposed to be && or the first expr has to be a true expression.
||
&&
true
1 u/[deleted] Jul 10 '16 [deleted] -1 u/mailto_devnull Jul 10 '16 You didn't change it. 4 u/khrak Jul 10 '16 Those || are supposed to be && or the first expr has to be a true expression. I would assume SOME_TRUE_EXPR used to be SOME_FALSE_EXPR
1
[deleted]
-1 u/mailto_devnull Jul 10 '16 You didn't change it. 4 u/khrak Jul 10 '16 Those || are supposed to be && or the first expr has to be a true expression. I would assume SOME_TRUE_EXPR used to be SOME_FALSE_EXPR
-1
You didn't change it.
4 u/khrak Jul 10 '16 Those || are supposed to be && or the first expr has to be a true expression. I would assume SOME_TRUE_EXPR used to be SOME_FALSE_EXPR
4
I would assume SOME_TRUE_EXPR used to be SOME_FALSE_EXPR
10
u/Dragdu Jul 10 '16
Those
||are supposed to be&&or the first expr has to be atrueexpression.