Programming Thread

Viewing single post

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

previous topic - next topic

the-pi-guy

First one duh!

Also I do:

if (){

}
Me too!!!


else {

}

Really annoying having the else statement on the same line as the if's bracket.
Uh oh...  
I like the else kind of packed in with the if.  


Line them up
{
}
It'll save you headaches later when you go down the rabbit hole.
A lot of IDEs magically connect them, regardless.