What's the reason for leaving an extra blank line at the end of a code file?
- by Lord Torgamus
Eclipse and MyEclipse create new Java files with an extra blank line after the last closing brace by default. I think CodeWarrior did the same thing a few years back, and that some people leave such blank lines in their code either by intention or laziness. So, this seems to be at least a moderately widespread behavior.
As a former human…