Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[factory-sensors] Add test for temperature of 0 degrees (#2538)
This exercise should reject solutions with `!temperature`. 1) In the story `null` is a special signal that the sensor is broken. That means in-universe the sensor will needlesly be replaced if it happens to encounter temperatures of 0 degrees. 2) In our world, the assignment requires that students make distinction between nulls and numbers. 0 is a valid number. There is no reason to have it _intentionally_ be handled differently than -1 or 1 and lumped with `null`.
- Loading branch information