@Inginsub @hazlin
Uncle Bob recommended something like that IIRC.
Because bools are named true and false and that could confuse particular individuals.
So he advised to always use enums.
Lamp state = true/false
vs
Lamp state = on/off
It's one of those micro optimizations to readability that only academia could have come up with.