> Not only can we make 'internal' variable and such smaller, but we could make
> a real effort to make the code
> 'compression' ready, IE; put semi-colons (;) where they are needed as well
> as using {} (curly-braces) where we can so that the
> code can be packed with a util such as jsPack.

I think the time would be better invested into a more intelligent compression
tool/ building system.
By the way, what benefit do you gain by replacing newlines with
semicolons? That would be of use for code obfuscators, but not for
compressors.

And why do you need to put {}s everywhere? (which would make code
extremly ugly) ?

Your point concerning comments is _very_ valid and I always have wondered
why the Dynapi folks didn't invest into a decent build system...

Stephan


_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Reply via email to