When I write code, I try to group lines of similar code together, then leave a blank line and write another block.
I believe this contributes to the neatness and readabi
I think I do something similar, but there are no hard rules. I like code to spaced in 'paragraphs' of grouped/related logic.
Code with no extra line spaces is terrible to read.