Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Sohcahtoa82
15 days ago
|
parent
|
context
|
favorite
| on:
FracturedJson
Probably someone who writes C/C++ and formats their code that way
if ( x == ( y + z ) * w ) {
Personally, I find it hard to read.
damnitbuilds
14 days ago
[–]
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: