Skip to content
Usecases
Creating integration tests as tutorials
Go to tutorial.
- Write how to use your new feature.
- Create what you think the API should look like as code.
- Generate the tests.
- Make the test pass.
Creating a tutorial with a runnable program
- Create a minimal working program.
- Break the code up anywhere you think needs explanation.
- Add in features with explanation.
- Include / Skip / Hide code.
- Include code.
- Run and build the program.
Include External Code.
- Include a template at the start of you're code.
- Combine with inline code to produce program.
Use multiple languages
- Combine html and javascript to generate a front end.
Use same languages in different modes
- Make a rust program.
- Make a rust test.
- Generate the different files.
Check your code
- Add the check mark to generate a code check point.
- Add EXTRA to complete the check