Hi guys, I stumbled upon this really cool presentation: http://www.slideshare.net/nzakas/extreme-javascript-compression-with-yui-compressor
It mainly points out how the developer can help the yui-compressor in achieving better compression rates by: - storing global variables, literals, property names in local variables - limiting the use of var and return keyword to one for each function As a qooxdoo developer I'm wondering 1. how far this hints do apply to the qx-generator as well? 2. how far the framework classes follow those rules? Cheers Christian ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel