> What I would find more interesting is something approaching a 
> "coding style validator" for important things, like "var"ing 
> local variables in functions and always scoping variables 
> properly (to the degree that I would want), checking for 
> cfparam tags for url, form, and attribute variables, etc. 

Those are functional changes, not stylistic changes. You won't find much to
help you with functional changes - that's your job as a programmer. For
example, you might have a reference to a variable within a function. Should
it be local? Only you can answer that - it could be a reference to a
variable that actually exists outside the function (this is relatively
common in CFC methods, for example).

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290711
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to