<?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: Are You a Software Developer or a Dabbler</title>
	<atom:link href="http://blog.schauderhaft.de/2009/11/01/are-you-a-software-developer-or-a-dabbler/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.schauderhaft.de/2009/11/01/are-you-a-software-developer-or-a-dabbler/</link>
	<description>Softwaredevelopment, Projectmanagement, Qualitymanagement and all things &#34;schauderhaft&#34;</description>
	<lastBuildDate>Thu, 02 Sep 2010 08:13:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jens Schauder</title>
		<link>http://blog.schauderhaft.de/2009/11/01/are-you-a-software-developer-or-a-dabbler/comment-page-1/#comment-366</link>
		<dc:creator>Jens Schauder</dc:creator>
		<pubDate>Thu, 04 Feb 2010 21:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.schauderhaft.de/?p=307#comment-366</guid>
		<description>I&#039;m sorry that you are so desperate. But yes, I am involved in software development. And yes if what you write is correct, you or your boss are not behaving very professional.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry that you are so desperate. But yes, I am involved in software development. And yes if what you write is correct, you or your boss are not behaving very professional.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Desperate Developer</title>
		<link>http://blog.schauderhaft.de/2009/11/01/are-you-a-software-developer-or-a-dabbler/comment-page-1/#comment-363</link>
		<dc:creator>Desperate Developer</dc:creator>
		<pubDate>Tue, 02 Feb 2010 14:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.schauderhaft.de/?p=307#comment-363</guid>
		<description>Jens Schauder,
maybe &lt;cite&gt;you are not involved in software development at all.&lt;/cite&gt;
If you are involved in a software development you should know that if a project needs 5000 days of work your boss will give you at the most 500 days, so your point are just theory.

Bye</description>
		<content:encoded><![CDATA[<p>Jens Schauder,<br />
maybe <cite>you are not involved in software development at all.</cite><br />
If you are involved in a software development you should know that if a project needs 5000 days of work your boss will give you at the most 500 days, so your point are just theory.</p>
<p>Bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens Schauder</title>
		<link>http://blog.schauderhaft.de/2009/11/01/are-you-a-software-developer-or-a-dabbler/comment-page-1/#comment-309</link>
		<dc:creator>Jens Schauder</dc:creator>
		<pubDate>Wed, 04 Nov 2009 16:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.schauderhaft.de/?p=307#comment-309</guid>
		<description>@Elvind
Thanks for the comment.

I agree on the bug/issue tracking system. I missed that one.

I do not agree on the editor thingy. I personally can&#039;t breath without a decent IDE. There was a time when I did everything with emacs. But I really do not care to much what you use to create code. It shouldn&#039;t become a speed limiting factor though.

Tagging: The name might vary on the envrionment. Maybe you document a version, revision or something, In SVN it is called a tag. The important point is: If somebody comes up and reports a problem with a piece of code or documentation, you must be able to reproduce it.

Style Guide: I insist. You must have one. On a small team (and often on a large one) it is sufficient to simply agree on &#039;we use the sun coding guidelines for java&#039; or &#039;Let&#039;s set the autoformatter on these settings&#039; You don&#039;t have to write it down, if you team is small.

Rule of thumb: Probably to every rule, one can construct a situation, where it isn&#039;t feasible. The point is: whenever you find yourself in such an exception it should give you an awkward feeling, because you know: you must move with extra care, and you have to get out of that situation as fast as possible.</description>
		<content:encoded><![CDATA[<p>@Elvind<br />
Thanks for the comment.</p>
<p>I agree on the bug/issue tracking system. I missed that one.</p>
<p>I do not agree on the editor thingy. I personally can&#8217;t breath without a decent IDE. There was a time when I did everything with emacs. But I really do not care to much what you use to create code. It shouldn&#8217;t become a speed limiting factor though.</p>
<p>Tagging: The name might vary on the envrionment. Maybe you document a version, revision or something, In SVN it is called a tag. The important point is: If somebody comes up and reports a problem with a piece of code or documentation, you must be able to reproduce it.</p>
<p>Style Guide: I insist. You must have one. On a small team (and often on a large one) it is sufficient to simply agree on &#8216;we use the sun coding guidelines for java&#8217; or &#8216;Let&#8217;s set the autoformatter on these settings&#8217; You don&#8217;t have to write it down, if you team is small.</p>
<p>Rule of thumb: Probably to every rule, one can construct a situation, where it isn&#8217;t feasible. The point is: whenever you find yourself in such an exception it should give you an awkward feeling, because you know: you must move with extra care, and you have to get out of that situation as fast as possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eivind Eklund</title>
		<link>http://blog.schauderhaft.de/2009/11/01/are-you-a-software-developer-or-a-dabbler/comment-page-1/#comment-308</link>
		<dc:creator>Eivind Eklund</dc:creator>
		<pubDate>Wed, 04 Nov 2009 11:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.schauderhaft.de/?p=307#comment-308</guid>
		<description>In my opinion, you missed

* Using a bug/issue tracking system.
* Knowing and using a high power editor.  If you need to use an IDE due to the language, use this in addition to your IDE.

Also,I think a couple of your suggestions are very much environment dependent:
* Tagging everything (depends on the kind of releases)
* Using a style guide (really small environments - up to three people - can easily get by informally, and the overhead is probably not worth it).

Committing several times a day is a nice rule of thumb, but it varies.  I usually commit several changes per day; but I&#039;ve had changes sit for many months and it has been reasonable.</description>
		<content:encoded><![CDATA[<p>In my opinion, you missed</p>
<p>* Using a bug/issue tracking system.<br />
* Knowing and using a high power editor.  If you need to use an IDE due to the language, use this in addition to your IDE.</p>
<p>Also,I think a couple of your suggestions are very much environment dependent:<br />
* Tagging everything (depends on the kind of releases)<br />
* Using a style guide (really small environments &#8211; up to three people &#8211; can easily get by informally, and the overhead is probably not worth it).</p>
<p>Committing several times a day is a nice rule of thumb, but it varies.  I usually commit several changes per day; but I&#8217;ve had changes sit for many months and it has been reasonable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens Schauder</title>
		<link>http://blog.schauderhaft.de/2009/11/01/are-you-a-software-developer-or-a-dabbler/comment-page-1/#comment-306</link>
		<dc:creator>Jens Schauder</dc:creator>
		<pubDate>Tue, 03 Nov 2009 18:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.schauderhaft.de/?p=307#comment-306</guid>
		<description>Wow, that is an extremely nice comment. Thank you very much.</description>
		<content:encoded><![CDATA[<p>Wow, that is an extremely nice comment. Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefano Ricciardi</title>
		<link>http://blog.schauderhaft.de/2009/11/01/are-you-a-software-developer-or-a-dabbler/comment-page-1/#comment-305</link>
		<dc:creator>Stefano Ricciardi</dc:creator>
		<pubDate>Tue, 03 Nov 2009 08:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.schauderhaft.de/?p=307#comment-305</guid>
		<description>Excellent post. I am glad I have found another interesting blog like yours. You have a new reader :)</description>
		<content:encoded><![CDATA[<p>Excellent post. I am glad I have found another interesting blog like yours. You have a new reader <img src='http://blog.schauderhaft.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DingensBummens &#124; Das Ding was Bummst &#187; My Google Reader Shared Items &#8211; Sunday, November 1, 2009</title>
		<link>http://blog.schauderhaft.de/2009/11/01/are-you-a-software-developer-or-a-dabbler/comment-page-1/#comment-303</link>
		<dc:creator>DingensBummens &#124; Das Ding was Bummst &#187; My Google Reader Shared Items &#8211; Sunday, November 1, 2009</dc:creator>
		<pubDate>Sun, 01 Nov 2009 21:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.schauderhaft.de/?p=307#comment-303</guid>
		<description>[...] Are You a Software Developer or a Dabbler [...]</description>
		<content:encoded><![CDATA[<p>[...] Are You a Software Developer or a Dabbler [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uberVU - social comments</title>
		<link>http://blog.schauderhaft.de/2009/11/01/are-you-a-software-developer-or-a-dabbler/comment-page-1/#comment-301</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Sun, 01 Nov 2009 17:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.schauderhaft.de/?p=307#comment-301</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by jensschauder: New blog post: Are You a Software Developer or a Dabbler http://bit.ly/4FKQm0...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by jensschauder: New blog post: Are You a Software Developer or a Dabbler <a href="http://bit.ly/4FKQm0..">http://bit.ly/4FKQm0..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets die Schauderhaft » Are You a Software Developer or a Dabbler erwähnt -- Topsy.com</title>
		<link>http://blog.schauderhaft.de/2009/11/01/are-you-a-software-developer-or-a-dabbler/comment-page-1/#comment-300</link>
		<dc:creator>Tweets die Schauderhaft » Are You a Software Developer or a Dabbler erwähnt -- Topsy.com</dc:creator>
		<pubDate>Sun, 01 Nov 2009 17:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.schauderhaft.de/?p=307#comment-300</guid>
		<description>[...] Dieser Eintrag wurde auf Twitter von Charlie Paule und vivek kushwaha, Gulab Chopra erwähnt. Gulab Chopra sagte: Schauderhaft » Are You a Software Developer or a Dabbler http://bit.ly/1kAT54 [...]</description>
		<content:encoded><![CDATA[<p>[...] Dieser Eintrag wurde auf Twitter von Charlie Paule und vivek kushwaha, Gulab Chopra erwähnt. Gulab Chopra sagte: Schauderhaft » Are You a Software Developer or a Dabbler <a href="http://bit.ly/1kAT54">http://bit.ly/1kAT54</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.196 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-09-02 17:40:41 -->
<!-- Compression = gzip -->