Topic awaiting preservation: Multiple Functions in one include file |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
posted 04-22-2002 21:05
So I have two functions that I have in an include file. They are not always both used. Is it worth it (for efficiency) to put each function in it's own file or is there not significant overhead in including the unused function? |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 04-22-2002 22:47
I would say depending on the length it shouldn't be significant. considering most functions are only about 10-30 lines I'd say that's normally less than 1Kb. Pretty insignificant in the whole page load time. |