Mike May
Mike May
exercise improvement issues currently reflect the concept names of the principal concept introduced by the exercise. This will be very confusing to casual / first-time maintainers. We should ensure all...
Currently, `bit-manipulation` concept is focused on `flag-enums`. The concept should be rewritten to introduce the student to `bits`, `bitwise operations` and anything else that would typically occur in an introductory...
This issue describes how to implement the `bit-manipulation` concept exercise for the C# track. If you are a lapsed maintainer returning to the fold you might want to read [these...
It would be good to say something about polymorphism and properties and perhaps something about other modifiers (static, abstract, etc) and if the consensus is strong enough add an example...
move github action _csharp-exercise-report.yml_ and supporting code and scripts to csharp repo
The descriptions for the links in _concepts/**/links.json_ are based on the markdown arbitrary reference text for reference-style links. For the most part, these work well but some are a bit...
`Hello-world` has the instructions for the `Bob` exercise (and presumably other files). Check with @ErikSchierboom that an introductory `hello-world` exercise is required and if so amend the files to provide...
This is feedback on the v3 roadmap (#690) and the first few sections of the [Concept Exercises](https://github.com/exercism/v3/blob/master/docs/concept-exercises.md) document. ### Role of Concept Exercises I wonder if it would be possible...
# Mentoring Continuation Request ## Summary Proposal to promote a lengthier interaction between a mentor and learner (aka Sticky Mentoring) by allowing a learner to request a specific mentor. ##...
Task 5 of the `constants` exercise is to "Ensure that the developers cannot be tampered with". The intention here is to encourage the student to wrap the `developers` dictionary in...