If – else formatting

    Friends, the seemingly provocative headline is not at all aimed at inciting another religious war.
    For people who like to format code blocks by setting the opening brace on a new line, please tactfully bypass this topic. And I ask others to share my opinion on how to format the if – else – block and why.

    Option 1: Option 2:
    if (condition) {

    } else {

    }



    if (condition) {

    }
    else {

    }

    Also popular now: