-
-
Notifications
You must be signed in to change notification settings - Fork 546
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
Don't assume two-fer is the second exercise. #949
Comments
The descriptions should only describe the task. |
I don't see how this is related to exercism/bash#68. Another way to think about this. Hello-World is the 0th exercise. Its purpose is to help the student realize that their environment is properly setup and working correctly for the given track. This, in-turn, makes two-fer a good 1st exercise.... |
I can surely say this: For the same reasons that I in #520 recommend against old hello-world (roughly equivalent to two-fer) as the first exercise of at least the six tracks Elm, F#, Haskell, OCaml, Purescript, and Rust, I recommend against two-fer as the second exercise of those tracks. I am not a maintainer of all six tracks I named, but my recommendation remains.
I agree, because it contains the minimum that will be present in all further exercises (a test suite that tests some function) without introducing any logic in the tested function(s).
I do not agree, because So, the "just after Hello World" at https://github.com/exercism/problem-specifications/blob/master/exercises/two-fer/metadata.yml#L3 seems to be too restrictive of the position of the exercise. An interesting question to ask is: Is there any track that wishes to use two-fer as an exercise in any position other than second? If there never will be any such track, there will be no contradiction to leave everything as-is; tracks either have two-fer second or not at all. If there will be, then indeed "just after Hello World" would need to be removed, and any other changes y'all find necessary. |
sorry @rpottsoh you're right it doesn't relate to exercism/bash#68 I meant exercism/bash#86 I have edited the description to fix the error |
Here are the tracks that have two-fer, and two-fer's zero-indexed position in each:
|
Are you going to submit a PR for this @Smarticles101 ? |
@Insti yep, I can do that :) |
@Insti said:
I agree with this in principle. I see in #975 that the section of TDD has been removed. Is this information that should appear somewhere else? Does it already appear somewhere else? Since |
If it did, it would revert 35aa16b#diff-607a2b1720cb33d38eae0ecd2272b67e and #544 . If that is done, will the person who does that please provide the reason why it appropriate to add it back to hello-world, thank you |
Tracks should decide: a) The order of the exercises. If there needs to be a common version about TDD philosophy, this should probably be stored in the documentation repository. |
Ref. exercism/bash#86
Don't assume two-fer is the second exercise. Remove the section on test driven development and maybe put it somewhere else? What is the consensus on this?
The text was updated successfully, but these errors were encountered: