-
-
Notifications
You must be signed in to change notification settings - Fork 637
Add concept exercise functions #1183
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
Add concept exercise functions #1183
Conversation
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.
I'm doing a guests review per @junedev request because @SleeplessByte is busy 🙂
I read all of the documents and tests. I think the exercise is very well written and provides all the information necessary to solve it.
carrots: 1, | ||
mozzarella: 0.5, | ||
ricotta: 50, | ||
béchamel: 0.1, |
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.
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.
The key should be wrapped indeed 🗡️
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.
@SleeplessByte I had quotes at some point but prettier/eslint removed them. No matter whether I only quote that one key or all of them. Do you have the same behavior? If yes, any idea how to fix this "globally" instead of ignore rules here?
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.
I will check!
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.
added prettier-ignore and quotes for now until we find a proper fix
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.
Angelika already did a great job reviewing. All my comments are additional, but overall I think this is good to go. Was a lot of fun reading. Great job!
carrots: 1, | ||
mozzarella: 0.5, | ||
ricotta: 50, | ||
béchamel: 0.1, |
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.
The key should be wrapped indeed 🗡️
Closes #994
ℹ️ Notes
variable-parameters
.