Programming Thread

Viewing single post

Started by the-pi-guy, Mar 13, 2016, 10:39 PM

previous topic - next topic

darkknightkryta

Fellow programmers, how do you like your brackets?
Code: [Select]

public void name(){

}

public void name()
{


}
public void name() {


}

Something else?

What about other stylistic preferences?
Line them up
{
}
It'll save you headaches later when you go down the rabbit hole.