Valid alternative with using no condition switch:
if condition { switch { case nestedCondition: // logic case otherNestedCondition: // logic } } if otherCondition { // logic }