Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How about increasing readability of code? #19

Open
engyengKim opened this issue May 17, 2018 · 2 comments
Open

How about increasing readability of code? #19

engyengKim opened this issue May 17, 2018 · 2 comments

Comments

@engyengKim
Copy link
Contributor

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
Copy link
Contributor Author

  • PLUS!
  1. set writing code style consistently

@tonysparks
Copy link
Owner

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.

terry2511 added a commit to terry2511/seventh that referenced this issue Jun 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants