seventh icon indicating copy to clipboard operation
seventh copied to clipboard

How about increasing readability of code?

Open engyengKim opened this issue 6 years ago • 2 comments

Hi, everyone I want to increase readability of code! Here are some examples...

  1. when '-' is added in front of variable, change to -(VARIABLE), so that it is easier to catch '-' than before.
  2. 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!

engyengKim avatar May 17 '18 02:05 engyengKim

  • PLUS!
  1. set writing code style consistently

engyengKim avatar May 17 '18 02:05 engyengKim

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.

tonysparks avatar May 17 '18 14:05 tonysparks