Skip to content

Add topics for OCR Numbers exercise#971

Merged
FridaTveit merged 2 commits into
exercism:masterfrom
robvanderleek:ocr-numbers-add-topics
Oct 24, 2017
Merged

Add topics for OCR Numbers exercise#971
FridaTveit merged 2 commits into
exercism:masterfrom
robvanderleek:ocr-numbers-add-topics

Conversation

@robvanderleek
Copy link
Copy Markdown
Contributor

@robvanderleek robvanderleek commented Oct 23, 2017

A contribution in the spirit of Hacktoberfest 2017. Hope these are the correct topics, I've touched those programming areas when doing the exercise myself.
Fixes #921


Reviewer Resources:

Track Policies

Copy link
Copy Markdown
Contributor

@FridaTveit FridaTveit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great @robvanderleek! Thanks for tackling this :) I've left a comment about one of the topics but apart from that it looks ready to merge :)

Comment thread config.json
"lists",
"strings",
"algorithms",
"parsing"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great suggestions! :) The only one I'm not sure about is algorithms. You could argue that you use an algorithm to solve every exercise but I don't think it would be very useful to add it as a topic to every exercise. Therefore we've been trying only to add it to exercises that require the use of a specific algorithm, e.g. binary-search. So I might be tempted to leave that topic out. What do you think? :)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Totally agree :-) I puzzled a bit on how to solve this exercise. Eventually ended up using simple string comparisons, but I wondered if others would use a solution based on pattern_matching or perhaps pattern_recognition. Anyway, I've limited the list to 5 topics that are definitely relevant for this exercise.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@robvanderleek in case you are interested in the way I solved this exercise in the reference solution: https://github.com/exercism/java/tree/master/exercises/ocr-numbers/.meta/src/reference/java. Thanks for the PR!

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @stkent, glad to contribute! This is my solution: http://exercism.io/submissions/778fc33721c948908cd7b7ba402c7292 pretty similar 😄

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! 💯

Copy link
Copy Markdown
Contributor

@FridaTveit FridaTveit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great! Thanks for taking the time to do this @robvanderleek :)

@FridaTveit FridaTveit merged commit caccff5 into exercism:master Oct 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants