Reinhard Stahn
Reinhard Stahn
The test-cases of `rational-numbers` are almost all of the following form: ```javascript const expected = new Rational(7, 6) expect(new Rational(1, 2).add(new Rational(2, 3))).toEqual(expected) ``` The problem with this is, that...
I feel that the current code-generator for the test-cases (`bin/generate`) is really hard to read. I observed this in a previous PR (https://github.com/exercism/sml/pull/193) where I had to adjust some things...
### Where is the problem? https://docs.modular.com/mojo/manual/functions#homogeneous-variadic-arguments ### What can we do better? There are broken links related to `VariadicList`, `VariadicListMem`: https://docs.modular.com/mojo/stdlib/builtin/list_literal/VariadicList https://docs.modular.com/mojo/stdlib/builtin/list_literal/VariadicListMem Both end up with "Page not found'. Further...