ColdFusion in Context: Design 1

If your team finds that it needs and is willing to name the variables passed between pages before it starts coding, then you should consider a full-blown design approach. Otherwise, here is a small set of ideas which taken together will let you create and install applications quickly and maintain them easily and safely, letting you easily re-use code while easing your documentation burden.

This tip will help you "connect the dots" easily, automatically extract documentation from your code, give you more secure user sessions, and avoid "cookie not found" errors.

Proposed Directory Approach

Proposed Page-Level Comment

Proposed Browser Credentials

Proposed Cookie Approach

Application

As some of you may have guessed, this set of ideas may be more properly termed programming/project s t a n d a r d s, but that word scares folks off, sometimes with good reason. Just as the computer is the final judge of what language statements mean; so, your projects are the final judge of what approaches help or hinder your work. If this works, fine. If it doesn't, do something else and tell us about it. =Marty=