# Tweet by [@keefmoon](http://twitter.com/keefmoon) on 2019-01-09 17:35:47
> [!INFO] Archived from [original tweet](http://twitter.com/keefmoon/status/1083054743776153600)
In reply to: [@keefmoon](http://twitter.com/keefmoon/status/1083054163473313792)
@MrMcSwiftface Regarding your actual code block, I would prefer the switch and I would explicitly enumerate all the enum options, instead of using `default`. That way if you add a case, the compiler will warm you to check the switch.