Problem-specifications: scale-generator: Implement canonical-data.json

Created on 13 Feb 2017  路  3Comments  路  Source: exercism/problem-specifications

We want to have a standard set of test inputs and outputs for each exercise to
make it easier to port them to new languages, as well as to help keep the
exercises in sync.

The Scale Generator exercise can be found in the ./exercises/scale-generator/ directory.

The step-by-step instructions for how to compile a canonical-data.json file is
described in this section of the contributing guide.

See http://exercism.io/contribute/canonical-data/scale-generator for the up-to-date list of
language tracks that have an implementation of the Scale Generator exercise.

The tracking issue has more context.

cross-track consistency good first issue

Most helpful comment

I have strong opinions about this problem's tests, so I'd like to take this on.

All 3 comments

I have strong opinions about this problem's tests, so I'd like to take this on.

Question: Should I log tickets against the five language tracks to update their implementations now?

Should I log tickets against the five language tracks to update their implementations now?

Sure.

You can script this using the http://github.com/github/hub tool, by the way. I did this recently with the bob exercise:
https://github.com/search?q=org%3Aexercism+%22bob%3A+Lock+problem+description+to+match+current+implementation%22&type=Issues

Was this page helpful?
0 / 5 - 0 ratings