Erik Schierboom

Results 231 comments of Erik Schierboom

@SaschaMann There is a merge conflict, could you fix that?

⚠ The original issue did not explain that currently only a subset of the linting rules have been implemented. This means that while your track may be passing the checks...

All good: https://github.com/exercism/ruby/actions/runs/3241610167

> I know how to create files, creating one for every exercise is a meaningless chore that could be solved by adding the necessary file. To me, this was one...

Sorry for the confusion @kotp, I was referring to the fact that creating a `x.rb` file in the exercise's directory is not part of a language's fluency. The actual creation...

> I don't recall offhand if the test runner has been updated to respect it There is an open PR that you've reviewed: https://github.com/exercism/rust-test-runner/pull/52/files Maybe we should try to get...

I like `numbers` best too! I've updated the issue.

@junedev Any thoughts on what exactly this exercise should teach? I know we should be teaching about `float32` and the various integer types other than `int`, but you mentioned advanced...

The interest-is-interesting exercise in C# uses `decimal`, which is a type specifically designed to be used with money (which the exercise uses) as it offers very high precision. I googled...

⚠ The original issue did not explain that currently only a subset of the linting rules have been implemented. This means that while your track may be passing the checks...