|
|
|
|
|
by rtpg
38 days ago
|
|
int d = foo ? bar() : baz(); I think if anything people have been leaning more and more into expressions over statements, because when everything is an expression you end up being able to walk the gradient of complexity a bit more nicely than when you end up with a thing that just has to be broken down to a bunch of statements. |
|