Refacto solution - #14
Conversation
Elestriel
commented
Jan 15, 2017
My style is fairly straightforward. Always use explicit typing (var is the devil), and in any code blocks, use squiggly brackets. This especially applies for one line if and else blocks. I believe both of these significantly increase readability and reduce the possibility for confusion. |
To quote Ilya Ryzhenkov:
But If you don't like it I can change it.
I find that less cluttered code is easier to read. Less cognitive load. Once again it is your code, your rules. 😄 Can you add a stylecop or a R# settings for the repo? |
Hello,
Some refacto.
What kind of code style to you want to use? Can you add a setting in the repo?
Thank you !