> Good to see someone willing to take the time and stick their > neck out!
Yeah, some people will be wanting to chop it off ;-)) > I've thought about something > similar but have never managed to find the time. I know what you mean, I finally said what the hell, just start posting it. > You probably have these on your list but a couple of things > that may also need to be covered: > > * Indentation of code. Got it - but still need to work it out in detail and post it, but any help is appreciated ;-)) > * Structure of SQL statements, ie can all the variable names > go on the same line? No, I recommend not - I always structure them like SELECT column FROM table WHERE () The document just is not formatted yet ;-)) > OK for select > statements, must be seperate lines for insert and update? > * Naming of customTags, UDFs and CFCs Will do. > Also, do you use a standard header block in your source > files, along the lines of: I have not got anything like that yet, but why not post it under "Commenting" so it can be discussed? Or I can do it for you? http://www.tacofleur.com/index/methodology/#27 http://www.tacofleur.com/global/comment/?id=27&action=add > <!--- > ************************************************************** > ******************* ---> > <!--- *** Copyright 2001 - 2004 > *** ---> > <!--- *** This program is an unpublished work and is > considered a trade secret *** ---> > <!--- *** belonging to the copyright > holder *** ---> > <!--- *** Eaglehawk (WA) Pty Ltd (ACN 064 436 166), > Australia *** ---> > <!--- > ************************************************************** > ******************* ---> > <!--- *** File Name: blank.cfm > *** ---> > <!--- *** File Path: / > *** ---> > <!--- *** Created: 01 January 2001 > *** ---> > <!--- *** Author: Brett Payne-Rhodes > *** ---> > <!--- *** Company: Eaglehawk Computing > *** ---> > <!--- > ************************************************************** > ******************* ---> > <!--- *** DESCRIPTION > *** ---> > <!--- *** Use this when you need to initialise a frame to be > blank. *** ---> > <!--- > ************************************************************** > ******************* ---> > <!--- *** PARAMETERS > *** ---> > <!--- *** -- Name ---- -- Values ------- -- Description > ------------------------- *** ---> > <!--- *** > *** ---> > <!--- > ************************************************************** > ******************* ---> > <!--- *** MODIFICATIONS > *** ---> > <!--- *** -- Date --- -- Name ---------- -- Description > ------------------------- *** ---> > <!--- *** 21 Jun 2001 Brett Payne-Rhodes Copyright Header > Block added. *** ---> > <!--- *** 17 Jul 2001 Brett Payne-Rhodes Include > stylesheet: ns.css *** ---> > <!--- > ************************************************************** > ******************* ---> > > I find these very useful, especially the modification history. Definitely, but let me know if you want to post it or not, what I am trying to achieve is get some LIVE document going, i.e. not some rules I have worked with but something that is discussed by more than one developer. If you post your comment under "Commenting" then I hope someone will come along and give his oppinion why it should or should not be included, and if so, should it be included as you specified etc.. Cheers, Brett --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
