Hi guys
A question that's been bugging me:
I have a class that is about 1000 lines that I use to input, edit, retrieve and delete content.
The retrieval section accounts for about a third of the class.
So, when I'm just using the retrieval methods, is it a waste of resources to require() the whole class?
I know that it takes longer to read 1000 lines than 300 but does it realy make a difference?
Cheers
Nick