This is on overall development of anything on the web, when we reduce the size of file, we reduce its reading time, so gaps and
Extra spaces
In sentences
Makes not much sense, as you see
.

So overall and as I am doing for my own site, I have in my CSS files made them look like this:
.item{stuff: lots;users: many;}
.CSS of theme{faster: yes;server load: lower;}
.Etc{}
And so on, one it is easier to read then a long lists as many bits of software do for no reason, if you can find CSS and JavaScript packers, smaller is better.
So JavaScript also as that last full stop is about, on it own line?
Its not just XOOPS its design software to be easier to read, yet we are making tons of unnecessary space in the process, and in fact it is harder to read.
Which do you find easier:
Function {has something here explain{ the function and closes here}}
Or a bigger list of function{
The stuff
Goes here{ and
Here
}
}
To me the one of a single lines is far easier to read in many cases and so it is for a browser.
It is also very pretty with indents, yet we can remove all indents from any file again saving pauses in space reading.
It may be a computer and it may not be exactly as we are, yet it still has to read a space.
So you can have pretty looking shapes in code or you can have a fast none sluggish super system with pretty looking shapes in graphics, me personally would like the super system for all of us.