Btw, in some languages the placement of the opening curly brace is on the same line of the preceding statement.



if( x > 0 ) {
// other code
}


However, in C#, the opening brace...