Closed TacoTheDank closed 6 years ago
I am sorry, I cannot accept this PR.
There are some good stuff in here but there are also a lot of formatting changes that will reverted back by my editor as soon as I change a file. This will result in huge commits back and forth with minimal real value.
I recommend you do a minimal PR with only the stuff that absolutely must be updated and no formatting changes.
Alright, that works, thank you. Could you perhaps tell me what things are automatically changed by your editor, so that I could avoid touching that stuff?
First of all, I am thankful for your contributions so don't let what follows below discourage you from continuing your work.
The golden rule of commits is that it must change as little as possible, even (in fact ESPECIALLY) when it fixes things that look ugly. See this discussion to learn why:
Now, in #12 look at your changes to, say, DrumApp.java. Are there ANY changes in there that are not formatting changes? In fact, your commit updates 54 files where your actual changes touched no more than 3-4 files and then only 1-2 lines in each.