RE: [Nant-users] Off-Topic: Coding Conventions & Code Complete by McConnell

2004-01-20 Thread Jarrod Moore
CTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Reed Sent: Monday, January 19, 2004 9:47 AM To: [EMAIL PROTECTED] Subject: RE: [Nant-users] Off-Topic: Coding Conventions & Code Complete by McConnell [How strange that such simple words have launched holy wars... :] All things considered (wit

RE: [Nant-users] Off-Topic: Coding Conventions & Code Complete by McConnell

2004-01-19 Thread Jarrod Moore
sapointed to not find the reasoning in there. if (isTrue) { DoThis(); } else { DoThat(); } -Original Message- From: Cromwell, Ryan [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 9:39 AM To: Jarrod Moore; [EMAIL PROTECTED] Subject: RE: [Nant-users] Off-Topic: Co

RE: [Nant-users] Off-Topic: Coding Conventions & Code Complete by McConnell

2004-01-19 Thread David Reed
f Jarrod Moore > Sent: Monday, January 19, 2004 10:24 AM > To: [EMAIL PROTECTED] > Subject: [Nant-users] Off-Topic: Coding Conventions & Code Complete by > McConnell > > Sorry, this is a bit off topic, but I was curious about someting I saw > on the coding conventions >

RE: [Nant-users] Off-Topic: Coding Conventions & Code Complete by McConnell

2004-01-19 Thread Cromwell, Ryan
Behalf Of Jarrod Moore Sent: Monday, January 19, 2004 11:24 AM To: [EMAIL PROTECTED] Subject: [Nant-users] Off-Topic: Coding Conventions & Code Complete by McConnell Sorry, this is a bit off topic, but I was curious about someting I saw on the coding conventions page(http://sourceforge.net/doc

[Nant-users] Off-Topic: Coding Conventions & Code Complete by McConnell

2004-01-19 Thread Jarrod Moore
Sorry, this is a bit off topic, but I was curious about someting I saw on the coding conventions page(http://sourceforge.net/docman/display_doc.php?docid=6080&group_id=3 1650). On that page it shows the curly braces being used on the same line as the if statement, as well as the else. I must say th