ColdFusion software development is always evolving. And fast! In fact, it changes at such a rapid pace that the next big thing is always around the corner. Keeping up can be difficult for some developers and organizations. That doesn’t mean we shouldn’t do our best to keep up. Should we reject this or embrace it? […]
060 Migrating legacy CFML to MVC (Model View Controller) with Nolan Erck
Nolan Erck talks about “Migrating legacy CFML to MVC (Model View Controller)” in this episode of the CF Alive Podcast, with host Michaela Light. Show notes What exactly is legacy ColdFusion? A broad term Non-framework code Might use CFIncludes or some CFCs to be modular Even giant 10k lines of code Self-posting forms What the MVC […]
060 Migrating legacy CFML to MVC (Model View Controller) with Nolan Erck
Nolan Erck talks about “Migrating legacy CFML to MVC (Model View Controller)” in this episode of the CF Alive Podcast, with host Michaela Light. Episode highlights What exactly is legacy ColdFusion? A broad term Non-framework code Might use CFIncludes or some CFCs to be modular Even giant 10k lines of code Self-posting forms What the MVC […]
Does your ColdFusion Code Smell Bad? (16 certified checks)
I am not talking about literal bad smell from your computer! I mean is there something “off” about it. Not a bug, but poor design or architecture weakness that will make maintenance a bear? Defn: Code smell is any symptom in your source code that may indicate a deeper problem in your system. Just like […]