Is it bad style to match a bool?

Well, except for the following one :smiling_imp:

if condition                                    {
    do_something()                             ;}
else                                            {
    do_something_else()                        ;}
22 Likes