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

Simplify concept about if-statements #2508

Merged
merged 5 commits into from
Oct 5, 2023
Merged

Conversation

sanderploegsma
Copy link
Contributor

@sanderploegsma sanderploegsma commented Oct 4, 2023

The existing conditionals-if concept was covering way too much: next to introducing if statements it also covered switch statements and even mentioned ternary operators. Both of these have their own concepts, so the scope had to be reduced.

The accompanying concept exercise blackjack was also way too complicated at this stage of the learning journey. I had a look at other tracks and saw that C# uses the cars-assemble exercise to introduce concepts for numbers and if-else statements, which makes way more sense. I therefore deprecated the blackjack exercise and added the simplified and renamed concept if-else-statements to the cars-assemble exercise instead.

Fixes #2365
Fixes #2311


Reviewer Resources:

Track Policies

@sanderploegsma sanderploegsma merged commit 438b3ed into main Oct 5, 2023
5 checks passed
@sanderploegsma sanderploegsma deleted the concept-if-statements branch October 5, 2023 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants