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

emoji-times: rework instructions #581

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

emoji-times: rework instructions #581

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

According to the config.json, the exercise teaches:

  • unicode-identifiers
  • emoji-symbols

The exercise requires the student to define a Clock struct and to implement addition and subtract functions, which is almost identical to the clock exercise. As we don't allow porting practice exercises to concept exercises, we should change this. That said, I don't object to doing something with a clock-like type, but I would propose to:

  1. Have the Clock type already be defined in the stub
  2. Not have separate + and - functions, but just have the + function
  3. Simplify by not dealing with integer overflow (that can be then practiced in the practice exercise)
  4. List the emojis with their clock values in the instructions
@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