Eww I definitely do it the other way...

My c++, c#, actionscript, javascript and cfscript are all

Int foo(Int bar)
{
        return bar * bar;
}



-----Original Message-----
From: Todd Ashworth [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 25, 2003 18:27
To: CF-Community
Subject: Survey - Coding Style


I prefer:

Int foo(int bar) {
    Return bar * bar;
}

>OK, so I have been arguing with another guy here about where to put the 
>curly braces in your C/C++/C# application, I contend:
>
>Int foo(int bar){
>       Return bar * bar;
>}
>
>He contends:
>
>Int foo(int bar)
>{
>       return bar * bar;
>}
>
>Cast your votes now!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=5
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=5
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
                                

Reply via email to