Skip to content

Exercises with diff > 4: Add stub files#1735

Merged
FridaTveit merged 1 commit intoexercism:masterfrom
lemoncurry:add-stubs
Sep 25, 2019
Merged

Exercises with diff > 4: Add stub files#1735
FridaTveit merged 1 commit intoexercism:masterfrom
lemoncurry:add-stubs

Conversation

@lemoncurry
Copy link
Copy Markdown
Contributor

@lemoncurry lemoncurry commented Sep 18, 2019

Closes #1721.

This PR adds stub files to exercises with difficulty > 4, adds the text agreed on in PR #1723 and removes .keep files.
Deprecated exercises (with difficulty level of 0) are unaffected by this change.

Also, a small number of exercises already provided a starter implementation because of difficult method signatures (binary-search-tree, etl, list-ops) or because the purpose of the exercise is to use refactoring tools (markdown, tree-building).
Some exercises also provided enum or exception classes, nevertheless a stub file was added as a stub for the "main" class of the exercise.

File names reflect the naming choice of the respective test class of the exercise.

I have not changed the integration of the HINT.md files into the README.md. A generic text was sometimes used but often there were specific hints for the respective exercise, so I the README.md is I think still the best place for presenting hints.


Reviewer Resources:

Track Policies

@lemoncurry lemoncurry marked this pull request as ready for review September 19, 2019 06:15
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.

Looks great, thanks @lemoncurry! 😄

@FridaTveit FridaTveit merged commit dc0ed1f into exercism:master Sep 25, 2019
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.

Create stub files for all exercises

2 participants