CommentNov 27, 20161I use spaces between method declarations, but inside the method I try to keep it as simple as possible, doing one thing and in the right level of abstraction. So, generally, I don't use spaces.Do you keep extra space between lines in your code to make it more readable?