-
-
Notifications
You must be signed in to change notification settings - Fork 72
WIP draft ranges concept #803
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
Conversation
copied from chessboard exercise
I think this + the Chessboard exercise are now good to review. My local Git installation got corrupted somehow, so I hope I caught all the issues. |
copied from chessboard exercise
The issues with I really wish we could have deleted all the old learning track stuff and started again from scratch, but Jeremy freaked when I suggested it. The link between GH and the Exercism website is complex and sometimes brittle, plus I used up all my credibility back in 2023 when I broke the R track with some over-enthusiastic changes (very embarrassing, and I'm keen to avoid a repeat). |
With so many earlier concepts now merged, adding this one to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only minor nits, which need not be addressed (however "an vector" should probably at least be made "a vector"
Sync with introduction.md
Sync with about.md
I split this out of the earlier Arrays draft.
The best exercise I can find for it is
elixir/chessboard
. We might want to expand that a bit, but it seems like a useful starting point.Edit: Because
go/chessboard
is quite unlike the Elixir version, we could maybe take the most suitable features of each.