Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Suggested prep exercise updates #6

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

Merged
merged 1 commit into from
Dec 10, 2021
Merged

Conversation

remarcmij
Copy link
Contributor

Suggestions below for your consideration.

School exercise:

  • As per my message in Slack, using HYF as an example.

Traffic light exercise:

  • Suggest using shorter variable names to make the code seem less verbose.
  • In week 1, split the two versions in separate files (like in week 2), so that we can reuse the same variable names
  • In week 3, keep the traffic light in the current state for a second before updating it to the next state.

Banking exercise:

  • Make the use of the onSuccess and onFail callbacks more plausible by providing and using different language versions.

@remarcmij remarcmij requested a review from robvk December 9, 2021 11:40
Copy link
Contributor

@robvk robvk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice changes, like your idea about the HYF as everyone knows how that works.

That also gave me an idea that we can use this structure in week 4 to add a prep exercise to go through the array functions. We can have functions that need to get certain data. For example:

  • Find all the active classes
  • Find a teacher that can teach 'using-apis'
  • Create the student list for a specific class
  • etc.

Going to work on that later, but wanted to already combine the code now. Thanks for your help!

@robvk robvk merged commit db0a8ae into add-prep-exercises Dec 10, 2021
@remarcmij
Copy link
Contributor Author

Glad to help. And I like your idea re the follow-up prep exercise using the HYF objects exercise.

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.

2 participants