MLUG: Re: [MLUG] Quick programming question on style
Re: [MLUG] Quick programming question on style
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
> if (testcase == 1) {
> 
> or
> 
> if (testcase == 1)
> {

I'm a pretty big fan of:

if (testcase == 1) {
//stuff
} //end if testcase

It usually helps keep me from getting lost in a sea of brackets.

Nate

_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members