Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🤖 Change difficulty 0 to 1 #38

Closed
wants to merge 3 commits into from
Closed

Conversation

ErikSchierboom
Copy link
Owner

Set difficulty to 1 for exercises which difficulty is currently 0.
See exercism/docs#290 and exercism/configlet#447.

18-F-cali and others added 2 commits October 21, 2021 15:05
Update `weighing-machine` exercise

Co-authored-by: Erik Schierboom <erik_schierboom@hotmail.com>
I noticed that a lot of the community solutions to the SubstringBetween where simply accidentally correct, doing

    s.Substring(s.IndexOf(first) + first.Length, s.IndexOf(last) - last.Length);

i.e. thinking that the length of the last delimiter is relevant, which looks symmetrical to the handling of the first Substring parameter, and just happens to be correct on the provided string.
@ErikSchierboom ErikSchierboom added v3-migration 🤖 Preparing for Exercism v3 x:size/tiny Tiny amount of work labels Oct 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v3-migration 🤖 Preparing for Exercism v3 x:size/tiny Tiny amount of work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants