kevmoens / Ellabit

The interactive C# coding app to learn/practice coding.
MIT License
55 stars 21 forks source link

Provide a way for challenges to be broken into steps #38

Open kevmoens opened 1 year ago

kevmoens commented 1 year ago

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.