During the initial stages of Exercism v3, this view will list the generic list to launch. All tracks should attempt to follow all the steps and check all the items on this list, before launching the track in version three.
Find the delphi track in the Exercism organisation here.
Follow the guide to launch a new track from scratch.
Preparation Status
- Convert existing files to new repository structure
- Have a kick-off discussion between track maintainers
- Fill out the
/languages/delphi/maintainers.md
file. - Ensure there is a link to your track's GitHub issues on the main README.md
- Write a Concept Exercise implementation guide
- List out key Concepts for your language
- Add GitHub issues for 20 Concept Exercises
Readiness for Launch
- Updated
config.json
- Added
version
key - Added online editor settings
- Added
- Implemented 20+ Concept Exercises
- Added Concepts for all Practice Exercises
- Build Test Runner
- Build Representer
- (Optional) Build Analyzer