-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
List ops: sync expected test results and input data with problem-specifications. #1801
Conversation
Merge in most recent changes from main Repo
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.
Just a couple of comments that need name changes.
Normally, I prefer not to shadow builtin names, but since the core purpose of this exercise is to reimplement the wheel, I am fine with doing so here.
Co-Authored-By: Corey McCandless <[email protected]>
Co-Authored-By: Corey McCandless <[email protected]>
Yeah. I do have to admit that this exercise and its function names made my heart quail, a bit. But agreed: the point here is to re-invent the wheel, and hopefully code like this wouldn't see the light of day outside this exercise. |
Merged; thanks for working on this! |
* minesweeper: sync expected test results and input data with problem-specifications. * minesweeper: small additional edit to example.py to replace *r* with word *row* instead. * Meetup : sync expected test results and input data with problem-specifications. (exercism#1803) * minesweeper: revert changes to testfile that put input and expected results on single lines. * word-count: sync with canonical data (exercism#1805) * List ops: sync expected test results and input data with problem-specifications. (exercism#1801) Co-Authored-By: Corey McCandless <[email protected]>
Part of #1762
example.py
, and exercise stub to conform withcanonical-data.json
.example.py
and exercise stub to better conform tocanonical-data.json
.example.py
to whole words for clarity.