In my post ColdFusion, Procedural to CFCs you will recall that I’m late to the world of OOP and CFCs. I regret not taking the leap a few years back. The excuses I’ve made in the past were lame and enabled me to continue forward with my own “modularized” form of coding using cfincludes for queries and templates. Old school, I know. Ever since my declaration to change, I’ve been reading a bit to help get my head around OOP basics.
I created my first CFC that calls a database. I then wrote some code on another page that calls the cfc and then I display it on the page.
I just have a quick question. Should I concentrate initially building UDFs in CFC’s first or should I be thinking in Objects right out of the gate for the whole application?
Vince Collins