Skip to content
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

Merged
merged 1 commit into from
Jul 4, 2019

Conversation

patrickmarabeas
Copy link
Collaborator

@patrickmarabeas patrickmarabeas commented Jun 18, 2019

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

@codecov
Copy link

codecov bot commented Jun 18, 2019

Codecov Report

Merging #426 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #426   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          79     80    +1     
  Lines        1345   1358   +13     
=====================================
+ Hits         1345   1358   +13
Impacted Files Coverage Δ
04_numeronym/patrickmarabeas/main.go 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 642f38e...93052ab. Read the comment docs.

04_numeronym/patrickmarabeas/main.go Outdated Show resolved Hide resolved
04_numeronym/patrickmarabeas/main.go Outdated Show resolved Hide resolved
04_numeronym/patrickmarabeas/main_test.go Show resolved Hide resolved
Copy link
Collaborator

@pentaphobe pentaphobe left a 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

@patrickmarabeas
Copy link
Collaborator Author

@pentaphobe PR # reference added.

@patrickmarabeas
Copy link
Collaborator Author

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)
@patrickmarabeas
Copy link
Collaborator Author

Updated to handle multi byte characters

@pentaphobe
Copy link
Collaborator

pentaphobe commented Jul 4, 2019

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)

@brvishnu92
Copy link
Collaborator

@patrickmarabeas LGTM :-)

@patrickmarabeas patrickmarabeas merged commit bb14bcc into anz-bank:master Jul 4, 2019
@patrickmarabeas patrickmarabeas deleted the lab-04-pm branch July 4, 2019 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lab 04 - Numeronym
3 participants