Replace `enum check_type` with `enum class Checking`
Which conveys the same information to the reader while providing more type-safety to the compiler. For instance, `NO_CHECK` becomes `Checking::NONE`.
Loading
Please register or sign in to comment