Skip to content

pangram: fix duplicative case for a missing 'x'#958

Merged
petertseng merged 1 commit intoexercism:masterfrom
Vankog:pangram-fix_duplicative_case_for_a_missing_x
Oct 18, 2017
Merged

pangram: fix duplicative case for a missing 'x'#958
petertseng merged 1 commit intoexercism:masterfrom
Vankog:pangram-fix_duplicative_case_for_a_missing_x

Conversation

@Vankog
Copy link
Copy Markdown
Contributor

@Vankog Vankog commented Oct 16, 2017

Splitting #893 into multiple PRs.

Currently two cases check for a missing 'x'. This does not make much sense and the second case was changed to test for a missing 'h' instead, while 'h' was chosen randomly.

This improves the TDD progression and forces the user to check for more than just 'x'.

Currently two cases check for a missing 'x'. This is changed to 'h' to test more thoroughly.

exercism#958
@Vankog Vankog force-pushed the pangram-fix_duplicative_case_for_a_missing_x branch from c262cc1 to f4aabe2 Compare October 16, 2017 12:59
Copy link
Copy Markdown
Contributor

@Insti Insti left a comment

Choose a reason for hiding this comment

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

I really like these single change PRs @Vankog ❤️

@Vankog
Copy link
Copy Markdown
Contributor Author

Vankog commented Oct 17, 2017

@Insti well, the big ones are discussions after all with provided proposals to discuss. I still think it was the right attempt to at least talk about it in the whole context. Although, it got really convoluted over time. ^^

Copy link
Copy Markdown
Member

@petertseng petertseng left a comment

Choose a reason for hiding this comment

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

seems we've given this the time it needs

@petertseng petertseng merged commit d79e13e into exercism:master Oct 18, 2017
@Vankog Vankog deleted the pangram-fix_duplicative_case_for_a_missing_x branch October 21, 2017 13:05
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.

5 participants