Extract out sanity checks from module functions to make them maintainable. (e.g. split `hand_out_coins` into `check_hand_out` and `do_hand_out_unchecked`)
Extract out sanity checks from module functions to make them maintainable. (e.g. split
hand_out_coinsintocheck_hand_outanddo_hand_out_unchecked)