-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
feature - replaceFirstChar #165
Conversation
marciokuroki
commented
Oct 9, 2021
- Implementation
- Implementation Test
- Implementation - Implementation Test
@passsy Hi. I refactored the solution based on yours comments... Please, review it. |
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.
Implement according to Kotlin impl
- remove toUpperCase() toLowerCase() functions - improve testCases - refactoring replaceFirstChar function -
Codecov Report
@@ Coverage Diff @@
## master #165 +/- ##
==========================================
- Coverage 99.22% 99.05% -0.17%
==========================================
Files 39 40 +1
Lines 1802 1805 +3
==========================================
Hits 1788 1788
- Misses 14 17 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Use an name extension to make that specific extension hidable
Thanks for your contribution :) |