Comment by Sohcahtoa82
1 month ago
Probably someone who writes C/C++ and formats their code that way
if ( x == ( y + z ) * w ) {
Personally, I find it hard to read.
1 month ago
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:
Spaces help group things.