> > >>how is it being tag-oriented a dev-friendly thing? > > Just because the code and the HTML it is intended to produced are > integrated within the same syntax. > That makes any template looks like ONE program written in ONE language, > not a program written in one language and another program in another > language embeded in strings in the first language. >
Which describes your views, and that's fine to have the odd control statement etc within them. But the bulk of your *code* should be separate from your views. So be nowhere *near* HTML. So, accordingly, the reason for having tag-based constructs in CFML should not be relevant in almost all your code. -- Adam ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358022 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

