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

A clearer description of the original problem #2188

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jbethune
Copy link

@jbethune jbethune commented Jan 1, 2025

The original excercise instructs the learner to use the vector macro. It is easy to assume that the code needs to read from a which is not what is intended.

The updated excercise introduces the syntax for initial array and vector contents and lets the learner figure out how to tweak initial values of a vector. This learning seems to be the original intent of the excercise.

Jörn Bethune added 2 commits January 1, 2025 17:46
The original excercise instructs the learner to use the vector macro.
It is easy to assume that the code needs to read from `a` which is not
what is intended.

The updated excercise introduces the syntax for initial array and vector
contents and lets the learner figure out how to tweak initial values of
a vector. This learning seems to be the original intent of the
excercise.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant