-
Notifications
You must be signed in to change notification settings - Fork 5
Code cleanup #70
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
base: master
Are you sure you want to change the base?
Code cleanup #70
Conversation
bjmcternan
left a comment
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.
Nice work. A few fixes and some stuff to think about.
bjmcternan
left a comment
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.
One more
bjmcternan
left a comment
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.
One more
bjmcternan
left a comment
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.
Nice work
|
Poke someone else on the team to review it tomorrow so you can merge it |
|
Yea anand is reviewing tomorrow he said |
|
Will we ever not use booleans? Like teach the other members about the non boolean methods |
|
Could you clarify what you mean by not use booleans? Are you talking in terms of comparison and using strings with .equals? |
|
Yea or not using == true rather than like if (someVar) {} in substitute for if (someVar == true) {} or if (!someVar) {} rather than if (someVar == false) {} |
|
We should make sure everyone knows that you can simply just write if (var) instead of if (true == var), but in our code we should stick to true == and false == for readability. |
|
Yea |
|
Readability is a great reason but there's another one:
|
LavaWaffle
left a comment
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.
Looks good!
|
bjmcternan I think it requires your review again |
Kinematics.java
Autobalance.java
Rotate.java
Arm.java
WriteToCSV.java