coderoad / atom-coderoad-deprecated

Interactive tutorial plugin for Atom
https://coderoad.github.io
Apache License 2.0
55 stars 5 forks source link

Test tutorials against solutions at different stages. #25

Closed ShMcK closed 8 years ago

ShMcK commented 8 years ago

Tests should be verified against a solution.

  1. Prevent bugs in tutorials.
  2. Users should be able to load this solution state if they get lost or stuck.

This solution state could be:

  1. tied to git commit tags (ie. "step01" tag for first step)
  2. saved inside of a "solution" directory in each step
ShMcK commented 8 years ago

This issue was moved to coderoad/core-coderoad#1