<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: YUI Compressor vs Google Closure Compiler for Javascript Compression</title>
	<atom:link href="http://scoop.simplyexcited.co.uk/2009/11/24/yui-compressor-vs-google-closure-compiler-for-javascript-compression/feed/" rel="self" type="application/rss+xml" />
	<link>http://scoop.simplyexcited.co.uk/2009/11/24/yui-compressor-vs-google-closure-compiler-for-javascript-compression/</link>
	<description>Technology, Design and Outdoor</description>
	<lastBuildDate>Fri, 16 Dec 2011 10:35:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Juan Mendes</title>
		<link>http://scoop.simplyexcited.co.uk/2009/11/24/yui-compressor-vs-google-closure-compiler-for-javascript-compression/comment-page-1/#comment-2427</link>
		<dc:creator>Juan Mendes</dc:creator>
		<pubDate>Fri, 19 Mar 2010 17:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://scoop.simplyexcited.co.uk/2009/11/24/yui-compressor-vs-google-closure-compiler-for-javascript-compression/#comment-2427</guid>
		<description>Hi, I wanted to point out something about the google closure compiler/minifier that wasn&#039;t mentioned. The compiler allows you to do type checking in js if you add type information for your methods, parameters and local variables through documentation.  See http://code.google.com/closure/compiler/docs/js-for-compiler.html

That really helps maintain my js files. I can be certain that there are no typos in property names, no methods being called with the wrong number of parameters or types. While at the same time still allowing the freedom of a dynamic language in places I deem necessary.

If you can afford to start a new project, and follow the rules specified by the compiler, your javascript code will be much more solid. As for the deleted methods you mentioned, you can mark a method as @extern which will make sure that the method is exported even if not used</description>
		<content:encoded><![CDATA[	<p>Hi, I wanted to point out something about the google closure compiler/minifier that wasn&#8217;t mentioned. The compiler allows you to do type checking in js if you add type information for your methods, parameters and local variables through documentation.  See <a href="http://code.google.com/closure/compiler/docs/js-for-compiler.html" rel="nofollow">http://code.google.com/closure/compiler/docs/js-for-compiler.html</a></p>

	<p>That really helps maintain my js files. I can be certain that there are no typos in property names, no methods being called with the wrong number of parameters or types. While at the same time still allowing the freedom of a dynamic language in places I deem necessary.</p>

	<p>If you can afford to start a new project, and follow the rules specified by the compiler, your javascript code will be much more solid. As for the deleted methods you mentioned, you can mark a method as @extern which will make sure that the method is exported even if not used</p>
 ]]></content:encoded>
	</item>
	<item>
		<title>By: Grincho</title>
		<link>http://scoop.simplyexcited.co.uk/2009/11/24/yui-compressor-vs-google-closure-compiler-for-javascript-compression/comment-page-1/#comment-2349</link>
		<dc:creator>Grincho</dc:creator>
		<pubDate>Fri, 04 Dec 2009 10:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://scoop.simplyexcited.co.uk/2009/11/24/yui-compressor-vs-google-closure-compiler-for-javascript-compression/#comment-2349</guid>
		<description>Hi!

Recently I&#039;ve met with both, YUI and Google closure (GC). I tested them on large project, with many complex js files. YUI was faster than GC, but compressed files were bigger than with GC. You allready know that. I&#039;m trying to perform advance compression with GC, but I somehow can&#039;t. The problem is in complexed prototype functions in js. My ant script makes one big js file, with all js code, and then compression is performed on this file. GC says that prototype functions are not defined. They should be treated as defined, because they are all in same file.. I think :) Did you have any similar problems? Personally I prefer using YUI.

Greetings, Grincho</description>
		<content:encoded><![CDATA[	<p>Hi!</p>

	<p>Recently I&#8217;ve met with both, <span class="caps">YUI</span> and Google closure (GC). I tested them on large project, with many complex js files. <span class="caps">YUI</span> was faster than GC, but compressed files were bigger than with GC. You allready know that. I&#8217;m trying to perform advance compression with GC, but I somehow can&#8217;t. The problem is in complexed prototype functions in js. My ant script makes one big js file, with all js code, and then compression is performed on this file. GC says that prototype functions are not defined. They should be treated as defined, because they are all in same file.. I think <img src='http://scoop.simplyexcited.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Did you have any similar problems? Personally I prefer using <span class="caps">YUI</span>.</p>

	<p>Greetings, Grincho</p>
 ]]></content:encoded>
	</item>
</channel>
</rss>

