-
Notifications
You must be signed in to change notification settings - Fork 20
Conversation
Well, the knowledge how to use |
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.
I like the improvements. I would ask you to fix the remaining codestyle issues and issues I raised.
The handling of git can be learned, if you need help message me on zulip @konrad Gößmann.
The codestyle is complaining about tabs and white characters. I autoformatted it with eclipse. Thats all i can do. I hope this is enough for those simple tests. |
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.
So most of it is alright. I just have issues with the two open conversations. If you tell me why your code in line #83 works the way you want it, I would also resolve that conversation.
The codestyle issues are with your javadoc, where you have *
at the end of the line, where just *
would be appropriate. The issue with tabs stems from your indentation with spaces in the javadoc, but tabs in code.
Line 83:The method Javadoc space:Unfortunately i dont quite get what u mean by the javadoc spacing. When i autoformat it with eclipse it just goes back to how it was. Does the extra space really matter? |
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.
The package also has to be changed to tests.binomilia
I just fixed the small point you mentioned, @N0W0RK. So far, I would say we can just merge the PR (I know that there are some remaining issues with tabs and spaces, but this could be addressed in #49, too). Thanks, @maharajamihir for the work you did :) |
Okay. So, the remaining issues have been fixed now, finally :) |
Shortly describe your proposed changes:
Tests for BinomialHeap.java
Link any issues if they have led to changes in the request:
sorry for creating another pull request... one year into computer science and i still dont get git :/
Note the (sub-)exercises the tests are meant for: