Skip to content

Transpose Exercise Fixed#379

Merged
rchavarria merged 1 commit intoexercism:masterfrom
RobinCsl:transpose-fix
Nov 7, 2017
Merged

Transpose Exercise Fixed#379
rchavarria merged 1 commit intoexercism:masterfrom
RobinCsl:transpose-fix

Conversation

@RobinCsl
Copy link
Copy Markdown
Contributor

@RobinCsl RobinCsl commented Nov 5, 2017

Thanks to @shybyte's solution.

Copy link
Copy Markdown
Contributor

@rchavarria rchavarria left a comment

Choose a reason for hiding this comment

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

Thanks for adding a new exercise to the track. I have a small comment about how specs would be read by users.

On each test or xtest block, the provided description starts with test .

I think it's not necessary. When running the tests, without starting with test, users will read the tests output this way:

Transpose empty string
Transpose two characters in a row

Transpose comes from the first describe. If specs start with test, they would read:

Transpose test empty string

It feels less natural, doesn't it?

@RobinCsl
Copy link
Copy Markdown
Contributor Author

RobinCsl commented Nov 6, 2017

Hopefully it is how you would like it to be now :)

@rchavarria
Copy link
Copy Markdown
Contributor

Absolutely! Thanks a lot for this new exercise 🎉

@rchavarria rchavarria merged commit 28d1202 into exercism:master Nov 7, 2017
@matthewmorgan
Copy link
Copy Markdown
Contributor

Nice work @RobinCsl!

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