February 28, 2022
Moving Legacy ColdFusion application to Modern CFML
Like
(1)
Comments
(2)
1
2
On March 24th, 2022 the Hawaii ColdFusion User Group will be having a meeting with Mark Takata on Moving your Legacy ColdFusion application to Modern CFML. The meeting will be online at –
https://hawaiicoldfusionusergroup.adobeconnect.com/legacy/
We’ve all seen old legacy code in our ColdFusion applications.
How do you move that legacy code to modern CFML with easier maintenance and deployment, fewer bugs, and streamlined code?
Why Move to Modern CFML
Most of us understand that moving our legacy applications to modern CFML is smart.
- Easier Maintenance
- Rapid Deployment
- Fewer Bugs
- Modern, Responsive Front-End
Refactor
Refactoring consists of improving the internal structure of an existing program’s source code while preserving its external behavior.
Use Version control such as Git.