It would be really nice if instead of downvoting, someone could provide a counterargument, or comment on parts the disagree.
if( condition_a )
{
if( condition_b )
{
do_thing_a();
}
else
{
do_thing_b();
}
}
else
{
do_something_else();
}
Editor space is free, why not use it.