Re: What's the relationship between OE and Phix and what impact on Exercism?
- Posted by axtens_bruce Jan 27, 2023
- 1094 views
I have no intention of using assert(). There's actually an assert in 8th I could have used for that track, but opted to have something that, as best as possible, emulated the xUnit approach. The tests for each exercise are described in a JSON file on Exercism's server. Translating them to eutest format is easier than to asserts.
Somewhere prominent in the documentation I think I will have to make it known that Phix is mostly-compatible variation and leave it for students to pick up Phix skills in their own time after having learned OE.
Bruce