Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Probably someone who writes C/C++ and formats their code that way

    if ( x == ( y + z ) * w ) {
Personally, I find it hard to read.


Agreed. But I find this easier to read:

  if ( x == (y+z) * w )
      {
Spaces help group things.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: