I prefer the fusedoc method myself and you just define all your ins and outs to
keep track of the application. you can find more examples on
http://www.halhelms.com



IE:

<!---
<fusedoc fuse="FBX_Switch.cfm">
 <responsibilities>
  I am the cfswitch statement that handles the fuseaction, delegating work to
various fuses.
 </responsibilities>
 <io>
    <in>
      <string name="fusebox.fuseaction" />
      <string name="fusebox.circuit" />
    </in>

    <out>
    <string name="myString"/>
    </out>
 </io>
</fusedoc>
--->




"Success is a journey, not a destination!!"



Doug Brown
----- Original Message -----
From: "Paul Giesenhagen" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, April 07, 2002 8:29 PM
Subject: Code Commenting


> Does anyone have a good resource(s) for examples of good code commenting?
>
> I am trying to find some various ways/practices people are commenting code.
>
> Thanks
>
> Paul Giesenhagen
> QuillDesign
> http://www.quilldesign.com
> SiteDirector v2.0 - Commerce Builder
>
>
> 
______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to