Eyal Soha <shawarmakarma@xxxxxxxxx> writes: > Had I gotten any of those constants wrong, unit tests would fail. To be fair, the tests only look for hardcoded numeric constants like 91 and 104, so it won't be able to catch a mistake like "oh, we thought bright red was 91 but actually it was 111" ;-) > None of those values are likely to ever change. I think that the most > important feature of the constants is that they are descriptive. Yup. Thanks for bringing up and working on the topic.