>- see footer for list info -<
Yeah the following is preferred:
function name() {
}
Over
function name()
{
}
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Adrian Lynch
Sent: 20 January 2005 14:28
To: 'Coldfusion Development'
Subject: RE: [CF-Dev] OT - JS Error
>- see footer for list info -<
function name() {
}
What's not lined up? The closing brace lines up with the function it belongs
to.
Ade
-----Original Message-----
From: Russ Michaels (Snake) [mailto:[EMAIL PROTECTED]
Sent: 20 January 2005 14:20
To: 'Coldfusion Development'
Subject: RE: [CF-Dev] OT - JS Error
>- see footer for list info -<
And while your at it, please line up your openeing and closes braces,
nothing winds me up more than having to plough through code where the braces
are not lined up and you cannot tell where a block starts and ends,
especially when it's nested. Doing it like this makes debugging so much
easier.
Function name()
{
for()
{
code
if()
{
code
}
}
)
Russ
_______________________________________________
For details on ALL mailing lists and for joining or leaving lists, go to
http://list.cfdeveloper.co.uk/mailman/listinfo
--
CFDeveloper Sponsors:-
>- Hosting provided by www.cfmxhosting.co.uk -<
>- Forum provided by www.fusetalk.com -<
>- DHTML Menus provided by www.APYCOM.com -<
>- Lists hosted by www.Gradwell.com -<
>- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<
This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540. It contains information which is
confidential and may also be privileged. It is for the exclusive use of the
intended recipient(s). If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful. If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910. The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions.
Visit our website at http://www.reedexpo.com
_______________________________________________
For details on ALL mailing lists and for joining or leaving lists, go to
http://list.cfdeveloper.co.uk/mailman/listinfo
--
CFDeveloper Sponsors:-
>- Hosting provided by www.cfmxhosting.co.uk -<
>- Forum provided by www.fusetalk.com -<
>- DHTML Menus provided by www.APYCOM.com -<
>- Lists hosted by www.Gradwell.com -<
>- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<