I've several logically-related UDFs in a single file in my application.
The question is that should the single file be a CFC file or a CFM file? and Why?
I've referred to several links as below but they explain more about how to go about implementing the solution. All I want is to know is which one is better - CFM or CFC?
How do you organize your small reusable cffunctions?
http://blog.adamcameron.me/2012/07/which-is-better-having-your-methods.html
Thanks for helping.