I'd really appreciate a warning for "empty bodies" or whatever it is called, i.e. things like
for(...);
while(...);
if(...);
If written like
if(...) { };
it is OK.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.