-
Notifications
You must be signed in to change notification settings - Fork 19.9k
Add function documentation, enhance comments in TowerOfHanoi.java #5533
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
Add function documentation, enhance comments in TowerOfHanoi.java #5533
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5533 +/- ##
============================================
+ Coverage 54.73% 54.80% +0.06%
- Complexity 3453 3456 +3
============================================
Files 538 538
Lines 15583 15577 -6
Branches 2961 2961
============================================
+ Hits 8530 8537 +7
+ Misses 6695 6683 -12
+ Partials 358 357 -1 ☔ View full report in Codecov by Sentry. |
I have replaced the main method with JUnit tests. |
The suggested changes for the class & function documentation improvement have been implemented. |
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, thanks!
@alxkm please review |
Thanks! |
clang-format -i --style=file path/to/your/file.java