<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Big lessons from a little project</title>
	<atom:link href="http://niksilver.com/2008/04/06/big-lessons-from-a-little-project/feed/" rel="self" type="application/rss+xml" />
	<link>http://niksilver.com/2008/04/06/big-lessons-from-a-little-project/</link>
	<description>Mostly about the management of software development</description>
	<lastBuildDate>Thu, 10 May 2012 08:56:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Nick</title>
		<link>http://niksilver.com/2008/04/06/big-lessons-from-a-little-project/#comment-302</link>
		<dc:creator><![CDATA[Nick]]></dc:creator>
		<pubDate>Wed, 23 Apr 2008 13:11:36 +0000</pubDate>
		<guid isPermaLink="false">http://niksilver.com/2008/04/06/big-lessons-from-a-little-project/#comment-302</guid>
		<description><![CDATA[Probably should mention this in person but have you tried the &lt;a href=&quot;http://www.aptana.com&quot; rel=&quot;nofollow&quot;&gt;Aptana&lt;/a&gt; plug-in for eclipse. It has code completion for JavaScript amongst a whole heap of other helpful features a front-end developer might want.]]></description>
		<content:encoded><![CDATA[<p>Probably should mention this in person but have you tried the <a href="http://www.aptana.com" rel="nofollow">Aptana</a> plug-in for eclipse. It has code completion for JavaScript amongst a whole heap of other helpful features a front-end developer might want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nik</title>
		<link>http://niksilver.com/2008/04/06/big-lessons-from-a-little-project/#comment-301</link>
		<dc:creator><![CDATA[Nik]]></dc:creator>
		<pubDate>Mon, 07 Apr 2008 18:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://niksilver.com/2008/04/06/big-lessons-from-a-little-project/#comment-301</guid>
		<description><![CDATA[Ajay: Yes, Javascript is powerful, and a line-for-line count comparison isn&#039;t really fair.

Firebug is indeed very useful, but as I&#039;m writing a Firefox extension my Javascript isn&#039;t seen by Firebug. On the IDE, I want to type one character, hit Ctrl-Space, cursor-down twice, Enter -- rather than type an entire variable name. I suspect I might be lazy.]]></description>
		<content:encoded><![CDATA[<p>Ajay: Yes, Javascript is powerful, and a line-for-line count comparison isn&#8217;t really fair.</p>
<p>Firebug is indeed very useful, but as I&#8217;m writing a Firefox extension my Javascript isn&#8217;t seen by Firebug. On the IDE, I want to type one character, hit Ctrl-Space, cursor-down twice, Enter &#8212; rather than type an entire variable name. I suspect I might be lazy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajay</title>
		<link>http://niksilver.com/2008/04/06/big-lessons-from-a-little-project/#comment-300</link>
		<dc:creator><![CDATA[Ajay]]></dc:creator>
		<pubDate>Mon, 07 Apr 2008 16:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://niksilver.com/2008/04/06/big-lessons-from-a-little-project/#comment-300</guid>
		<description><![CDATA[To #6.
I code both Java and JS. I generally do all my java work in one stretch and then the JS work - kindaf helps me context switch to the JS pradigm (which I crib about but still love).
One thing is I do not have the need of an IDE when I do JS - my functions are short, modules are short - cruft free. I feel 200 LOC in JS equals anywhere between 600-700 lines in Java for trivial code and the factor is like 5x when it gets more complex (especially if I need more nested structures). 

However I use the IDE for things like version control, syntax highlighting but never wanted more out of it. Also have to mention -FireBug is your friend for JS :)]]></description>
		<content:encoded><![CDATA[<p>To #6.<br />
I code both Java and JS. I generally do all my java work in one stretch and then the JS work &#8211; kindaf helps me context switch to the JS pradigm (which I crib about but still love).<br />
One thing is I do not have the need of an IDE when I do JS &#8211; my functions are short, modules are short &#8211; cruft free. I feel 200 LOC in JS equals anywhere between 600-700 lines in Java for trivial code and the factor is like 5x when it gets more complex (especially if I need more nested structures). </p>
<p>However I use the IDE for things like version control, syntax highlighting but never wanted more out of it. Also have to mention -FireBug is your friend for JS <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devolio</title>
		<link>http://niksilver.com/2008/04/06/big-lessons-from-a-little-project/#comment-299</link>
		<dc:creator><![CDATA[Devolio]]></dc:creator>
		<pubDate>Mon, 07 Apr 2008 04:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://niksilver.com/2008/04/06/big-lessons-from-a-little-project/#comment-299</guid>
		<description><![CDATA[&lt;strong&gt;Big lessons from a little project...&lt;/strong&gt;

Iâ€™ve just finished a fortnightâ€™s holiday which I (foolishly) spent mostly in front of a PC developing a never-ending little application. But unexpectedly, despite the trivial nature of my project, I rediscovered a number of important lessons more u...]]></description>
		<content:encoded><![CDATA[<p><strong>Big lessons from a little project&#8230;</strong></p>
<p>Iâ€™ve just finished a fortnightâ€™s holiday which I (foolishly) spent mostly in front of a PC developing a never-ending little application. But unexpectedly, despite the trivial nature of my project, I rediscovered a number of important lessons more u&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

