|
|
|
|
|
by ggggtez
2144 days ago
|
|
While we're being pedantic, "do" is a terrible keyword. I mean, everything in an imperitive program is a request to "do" something. And "do ... while(x)" is a terrible construct because it hides the loop complexity far from the place where a programmer needs to see it. |
|