-
Notifications
You must be signed in to change notification settings - Fork 164
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 numeronyms functionality #426
Conversation
Codecov Report
@@ Coverage Diff @@
## master #426 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 79 80 +1
Lines 1345 1358 +13
=====================================
+ Hits 1345 1358 +13
Continue to review full report at Codecov.
|
da422eb
to
2a3c77c
Compare
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.
Looking really good, I feel it's ready for approval once there's a colleague PR # referenced
@pentaphobe PR # reference added. |
2a3c77c
to
4e5e7a9
Compare
Updated doc strings |
Implemented numeronym functionality in a executable Go program which returns a slice of numeronyms given an input of n strings Closes Lab 04 (anz-bank#419)
4e5e7a9
to
93052ab
Compare
Updated to handle multi byte characters |
LGTM @brvishnu92 please confirm you're happy with changes, some weren't dismissed automatically since the code lines weren't changed (see final review point) |
@patrickmarabeas LGTM :-) |
Implemented numeronym functionality in a executable Go program which returns a slice of numeronyms given an input of n strings
Fixes #419
Review of colleague's PR #526