Split second stopwatch

Elm (0 completions)

FWIW, I completed it in Elm but for some reason, my solution doesn’t appear in Community Solutions. I am not excited about redefining the problem, but I can live with it.

1 Like

Is there an option to add a scenario for error-handling and use it here. I feel like error handling in general is something that different tracks take different approaches to and often leads to contention as it can dramatically affect the difficulty of an exercise.

Then in a scenario like this, Elm could opt out of those tests, and other tracks could opt in, in a more structured way.

Thoughts?

1 Like

Adding a scenario to the error cases is definitely a good idea.

It might be a good case for something like the “approaches”, and then students could see the benefits by comparing the code for the 2 cases.

Personally, I don’t really see this as a ‘per track’ thing, but I am certainly getting the feeling that the majority of people do, so I’ll go along with that.

1 Like