seventh
seventh copied to clipboard
How about increasing readability of code?
Hi, everyone I want to increase readability of code! Here are some examples...
- when '-' is added in front of variable, change to -(VARIABLE), so that it is easier to catch '-' than before.
- add spaces to before and after the operation like ||, >, <, ....
How do you think? Actually I am doing these tasks....so I really hope that my work is worthy to be pulled...
I am waiting for your feedback!
- PLUS!
- set writing code style consistently
I'm not sure I like the notion of -(x)
; doesn't seem to add more clarity, instead it adds more symbols. I think having a code formatting style guide is a good idea. In general, following the Java standards.