Quote:
I don't feel like wasting space with indentation, as it's a simple and notable command-- skip . and .., not some complex if and reaction.
Fair.
Quote:
I don't like omitting brackets because it guides the eye-- if they aren't there, your eye may continue to find the close bracket (as the first, or, rather, lack thereof, may not be noticed when skimming because it sorta blends with the close ')').
Not at all. The indentation (or lack thereof) shows clearly that the conditionally-executed block doesn't extend to the next line.
Quote:
The exception, obviously, is if you just want to skip all directories; in that case, just use the above line.
What? My code, at least, had nothing to do with skipping all directories...