Skip to content

pangram: add a case with a perfect pangram for better TDD progression#952

Merged
petertseng merged 1 commit intoexercism:masterfrom
Vankog:pangram_add_perfect_pangram_case
Oct 15, 2017
Merged

pangram: add a case with a perfect pangram for better TDD progression#952
petertseng merged 1 commit intoexercism:masterfrom
Vankog:pangram_add_perfect_pangram_case

Conversation

@Vankog
Copy link
Copy Markdown
Contributor

@Vankog Vankog commented Oct 13, 2017

Splitting #893 into single PRs.

Adding case with a "perfect pangram" for better TDD progression.
As suggested by @petertseng (https://github.com/exercism/problem-specifications/pull/893/files#r144452355) and @Insti (#893 (comment))

Edit: The suggestion from @petertseng above does not count towards this, because I misunderstood it for another issue.

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.

Same comment as in the other PR (that I would write "add" not "adding", but it doesn't stop me from Approving)

"input": "",
"expected": false
},
{
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

presently the only description that ends in punctuation, until other descriptions are changed. This means that inevitably this will cause to discuss:

  • whether the descriptions in this file should, in general, end in punctuation
  • is the (temporary, right?) inconsistency OK

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.

The ocaml test generator uses the description as the name of the test. Not a big deal, but I'd prefer no full stop.

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 like the added test 👍
Just the description punctuation to resolve.

Vankog added a commit to Vankog/problem-specifications that referenced this pull request Oct 14, 2017
@Vankog Vankog force-pushed the pangram_add_perfect_pangram_case branch from a9f110e to 5c75059 Compare October 14, 2017 14:29
@Vankog
Copy link
Copy Markdown
Contributor Author

Vankog commented Oct 14, 2017

done and squashed while rebasing.

@Insti
Copy link
Copy Markdown
Contributor

Insti commented Oct 14, 2017

Great. Looks good.

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.

think there's no controversy here. let's merge.

@petertseng petertseng changed the title pangram: adding a case with a perfect pangram for better TDD progression pangram: add a case with a perfect pangram for better TDD progression Oct 15, 2017
@petertseng petertseng merged commit 63255b4 into exercism:master Oct 15, 2017
@Vankog Vankog deleted the pangram_add_perfect_pangram_case branch October 17, 2017 12:19
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.

4 participants