2 Files, Half the Content, vs. 1 File, Twice the Content, Which is Greater?
Posted
by viatropos
on Stack Overflow
See other posts from Stack Overflow
or by viatropos
Published on 2010-03-30T07:01:48Z
Indexed on
2010/03/30
7:03 UTC
Read the original article
Hit count: 209
If I have 2 files each with this:
Hello World (x 1000)
Does that take up more space than 1 file with this:
Hello World (x 2000)
What are the drawbacks of dividing content into multiple smaller files (assuming there's reason to divide them into more files, not like this example)?
© Stack Overflow or respective owner