André Santos
André Santos
Left my analysis below. This was a quick analysis of each exercise. If there's an exercise for which I wrote that we maybe could add subtests, but when tackling you...
I agree that showing "Output" when there's not a print instruction can be confusing, as there is no output. It's probably a good idea to remove those instances. Other ways...
@junedev That makes sense. I like it as a standard going forward.
To give better visibility on exactly what needs to be done and how to contribute to this, I created [this new issue](https://github.com/exercism/go/issues/2202) with the result of the discussion here.
Thanks for reporting this! This is indeed an issue with the lack of tests. > keeping a copy of the first character and making sure that at least one of...
@W8CYE All yours. Thanks for the interest in tackling this 👍
I also thought about this before and did a test or two with our benchmarks and the reality is that I haven't really seen any differences in the benchmark results...
Calculator Conumdrum is not available in Java despite it has a directory and is available on C# path
According to the `config.json` of the track, the exercise is marked as work in progress, that's the reason it has a directory, but it's not public facing. https://github.com/exercism/java/blob/84f99ff672d1f2d600d9d790b2d77de99c68de51/config.json#L86-L97 If the...
Hi, I noticed most of exported functions/methods already have comments that godoc can pick up (https://pkg.go.dev/github.com/aluttik/go-crossplane). I can look into adding the missing comments. Are there other docs do you...
Hey, I would like to help in this issue. My idea is to make this a single binary with parse and build being subcommands of that binary, as is the...