kevmoens/Ellabit

Provide a way for challenges to be broken into steps

Opened this issue · 0 comments

For larger challenges we should be able to have a IChallengeSteps interface which has a property List.

Each IChallengeStep has a Description, and TestCode and Tests
FYI future may have tests that check console output or syntax trees.

Create new example.
Add questions and notes below.