CFC Size - When is it too large?
I was wondering if anyone had any insight or opinion on when a CFC is getting too large for its own good. We have a pretty complex application and have some CFCs with ove 12,000 lines of code and are about 500 KB in size. I know the code gets converted to java classes and it sort of looks like CF creates a separate class for each function, so maybe the overall size of the CFC isn't that big an issue. But I was wondering what someone more knowledgable than I would say.
