|
|
|
|
|
by comex
5266 days ago
|
|
Of course the completed portion only includes two examples and they are both stupid. ;) while (...)
if (...) {
...
}
if (...)
...;
"A quick glance makes it seem like this while-loop will loop both if-statements, but it doesn't."How could you possibly conclude that, considering the indentation? |
|
I've always liked the K&R style aesthetically, but again I'll agree that Zed has found a decent example of where not using braces just because you can is taken too far.