I was wondering about:
-
Should I use utf-8 upper or lower case and why or for what cases I need it in upper case ?
-
Is it wrong to remove the ending space of an element to save space ?
<myElement myAttribute="0" />to
<myElement myAttribute="0"/>That is considering I have Huge files from 200MB to 1GB size
-
Should I use TAB or SPACE if I wanted to save space ?
1 Answer