-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Neater Code :) #2
base: master
Are you sure you want to change the base?
Conversation
I do not know this guy. (Swears) |
just want to help people out :) whenever i can |
Neater is always better, but the way I see it the majority of these comments are unneeded. They're just repeating the function name. |
I agree. I am mostly talking about the spacing. |
duration = 0; | ||
|
||
qualifiedForNoKilling = false; | ||
|
||
//Set amuletObtained to false | ||
amuletObtained = false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, now I'm sure you are trolling
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
//Say "Ok, now I'm sure you are trolling"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Guys, the comments are sure not needed, var names are good enough to understand whats going on.
Sorry, That was silly of me to put :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in my opinion:
Variable names + functions are named good enough.
To sum: Remove alot of whitespace and the comments that are added.
Edit: just noticed that this pr is older than me, so probbly forgotten.
No description provided.