Geoff Hubbard
Geoff Hubbard
@giorg you'll need to read the mailchimp api docs for this. Try: http://developer.mailchimp.com/documentation/mailchimp/guides/get-started-with-mailchimp-api-3/#json
Has anyone worked out how to do it yet? We're working on it over in https://github.com/exercism/xruby/issues/485 but we're not done yet, and I'm in no way confident enough at this...
I found this issue when wanting to make a new issue: Remove blazon section from: https://github.com/exercism/docs/blob/master/contributing-to-language-tracks/improving-consistency-across-tracks.md
See https://github.com/exercism/discussions/issues/114 for a link to discussions other tracks have had about the question of stubs.
I think we should add stub files. Some of the early ones can have useful starting templates setting up the classes and methods. The later ones can be empty.
I know how to create files, creating one for every exercise is a meaningless chore that could be solved by adding the necessary file. On a real project you also...
I'd like to have a go at changing the way generators work. This probably needs its own discussion issue, but I want to change some file names/locations, add a superclass...
Tracking canonical data should be done in x-common, so it's not our problem. (When we have our xruby hats on.)
Exercises with canonical data: `find ../x-common/exercises/ -name 'canonical-data.json' | sed 's#/canonical-data.json##;s#.*/##' | sort`
If you're interested in working on these, have a look at some of the recent examples by @ajwann #583, #657, #658, #730 for up-to-date examples of what a good generator...