Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ch
on June 5, 2011
|
parent
|
context
|
favorite
| on:
Tom Duff: Reading Code From Top to Bottom (1999)
Why not:
while( (foo = bar()) != 0 ) { /* other work */ }
Or even simpler (since 'foo' serves no real purpose in the example):
while( bar() ) { /* other work */ }
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: