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

exercism-matrix: tweak instructions #586

Open
ErikSchierboom opened this issue Mar 15, 2023 · 0 comments
Open

exercism-matrix: tweak instructions #586

ErikSchierboom opened this issue Mar 15, 2023 · 0 comments
Labels
v3 🚀 Issues that need to be resolved for the launch of v3

Comments

@ErikSchierboom
Copy link
Member

  • The rot270 and rot90 tasks look to be somewhat random, as in: they don't really fit in the story. Maybe we convert them to a task that has students flip the matrix (by rotating it 180 degrees), which can then be use in the subsequent sticker wall task.
  • The instructions should more clearly state what it expects the student to return
  • The instructions seem to not use the formatting used elsewhere, here is an example of how other exercises show what needs to be done:
julia> knight_awake = true;

julia> can_do_fast_attack(knight_awake)
false
@ErikSchierboom ErikSchierboom added the v3 🚀 Issues that need to be resolved for the launch of v3 label Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v3 🚀 Issues that need to be resolved for the launch of v3
Projects
None yet
Development

No branches or pull requests

1 participant