Skip to content

Commit

Permalink
Update automated-comments/go/raindrops/entry_signature_changed.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Derk-Jan Karrenbeld <derk-jan+github@karrenbeld.info>
  • Loading branch information
tehsphinx and SleeplessByte authored Aug 19, 2019
1 parent 22f2d26 commit 60c1611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automated-comments/go/raindrops/entry_signature_changed.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The signature of the `Convert` function should be `Convert(i int) string`.
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.

0 comments on commit 60c1611

Please sign in to comment.