Skip to content

Commit

Permalink
Merge pull request #1225 from tehsphinx/raindrops
Browse files Browse the repository at this point in the history
go/raindrops: missing comments for disapprove
  • Loading branch information
iHiD committed Sep 3, 2019
2 parents 892ce73 + 60c1611 commit 137c800
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions automated-comments/go/raindrops/entry_signature_changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Change the signature of the `Convert` function to be `Convert(i int) string`.
Exercism is built on the TDD ([Test Driven Development](http://testfirst.org/about#tdd)) principle.
The tests already exist and define the outward facing interface, as well as the behaviour of the code to be implemented.
Changing the signature breaks the tests.
1 change: 1 addition & 0 deletions automated-comments/go/raindrops/missing_entry_function.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add the function `Convert`, as it is required and currently missing.

0 comments on commit 137c800

Please sign in to comment.