34
Comments
  • 3
    I won't say it necessarily makes code harder to read. But it can. Then again so can if statements so that argument is moot.
  • 0
    @projektaquarius Most of the time, when someone says this, it's because he asked for help and you said "You can solve your problem in 3 LoC using pointers" and he answers something like this
  • 1
    @Orionss if it's readable 3 lines and none of that while (x++ = y--) array reversal crap
Add Comment