<?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:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Why Tracking Bugs In Personal Projects Matters</title>
	<atom:link href="http://www.brandonsavage.net/why-tracking-bugs-in-personal-projects-matters/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brandonsavage.net/why-tracking-bugs-in-personal-projects-matters/</link>
	<description>The personal blog of Brandon Savage. Contains entries of a personal and professional nature focusing on PHP, Apple, LAMP, MySQL and Washington, DC.</description>
	<lastBuildDate>Thu, 29 Jul 2010 11:09:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Alexandr</title>
		<link>http://www.brandonsavage.net/why-tracking-bugs-in-personal-projects-matters/#comment-2746</link>
		<dc:creator>Alexandr</dc:creator>
		<pubDate>Sat, 26 Dec 2009 22:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1075#comment-2746</guid>
		<description>TomBoy as software to keep notice, plans and bug reports - I sync it via ssh for all my computers. Sure I have different list for archived tasks for each project, build-in &quot;link&quot; functionality allow me easily make connections between notes.

and sure I use svn over ssh to track ALL my projects.

this cover my needs as developer. And hey, GPix and html2ps is opensource free software which is an good example how project leave under this simple environment supported by one developer.</description>
		<content:encoded><![CDATA[<p>TomBoy as software to keep notice, plans and bug reports &#8211; I sync it via ssh for all my computers. Sure I have different list for archived tasks for each project, build-in &#8220;link&#8221; functionality allow me easily make connections between notes.</p>
<p>and sure I use svn over ssh to track ALL my projects.</p>
<p>this cover my needs as developer. And hey, GPix and html2ps is opensource free software which is an good example how project leave under this simple environment supported by one developer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bath</title>
		<link>http://www.brandonsavage.net/why-tracking-bugs-in-personal-projects-matters/#comment-2648</link>
		<dc:creator>Bath</dc:creator>
		<pubDate>Thu, 10 Dec 2009 19:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1075#comment-2648</guid>
		<description>I guess we&#039;ll all agree with you.. As stephen related it, many tools are not scaled for a personal use.

Talking about FOSS, php, and lightweight, hosted-or-hackable : Could I mention indefero, a simplicity-oriented tool written in php. It likes both git, svn, hg.

A wonderful tool especially for a single dev, is fossil-scm. I do not have any experience with it but the concept is realy exciting. Personal and wiki, bugtracker, scm, in one binary, with a strong decentralized concept !</description>
		<content:encoded><![CDATA[<p>I guess we&#8217;ll all agree with you.. As stephen related it, many tools are not scaled for a personal use.</p>
<p>Talking about FOSS, php, and lightweight, hosted-or-hackable : Could I mention indefero, a simplicity-oriented tool written in php. It likes both git, svn, hg.</p>
<p>A wonderful tool especially for a single dev, is fossil-scm. I do not have any experience with it but the concept is realy exciting. Personal and wiki, bugtracker, scm, in one binary, with a strong decentralized concept !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.brandonsavage.net/why-tracking-bugs-in-personal-projects-matters/#comment-2642</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 10 Dec 2009 03:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1075#comment-2642</guid>
		<description>Very true. Every now and then I lapse out of organized bug tracking and get so frustrated that I end of tracking down every single bug and listing them all in a frenzy... and then I look at the milestone&#039;s progress and go &quot;awwwww...&quot;

You definitely lose track of progress if you don&#039;t have a tracker as an indicator.

RE: comments, currently using Trac &#039;cause it comes with my git/svn host.</description>
		<content:encoded><![CDATA[<p>Very true. Every now and then I lapse out of organized bug tracking and get so frustrated that I end of tracking down every single bug and listing them all in a frenzy&#8230; and then I look at the milestone&#8217;s progress and go &#8220;awwwww&#8230;&#8221;</p>
<p>You definitely lose track of progress if you don&#8217;t have a tracker as an indicator.</p>
<p>RE: comments, currently using Trac &#8217;cause it comes with my git/svn host.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://www.brandonsavage.net/why-tracking-bugs-in-personal-projects-matters/#comment-2640</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Wed, 09 Dec 2009 17:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1075#comment-2640</guid>
		<description>If you are willing to install your own tracker on a machine you own, the usual suspects: trac, redmine, retrospectiva, ...

You can also use github (public repositories are free, but you can use private also for a small fee each month), it gives you an issue tracker, wiki and git :)

Another one I wanted to check out is pivotal tracker, it looks pretty good. Actually, it&#039;s not really a bug tracker but more a project management tool.</description>
		<content:encoded><![CDATA[<p>If you are willing to install your own tracker on a machine you own, the usual suspects: trac, redmine, retrospectiva, &#8230;</p>
<p>You can also use github (public repositories are free, but you can use private also for a small fee each month), it gives you an issue tracker, wiki and git :)</p>
<p>Another one I wanted to check out is pivotal tracker, it looks pretty good. Actually, it&#8217;s not really a bug tracker but more a project management tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans</title>
		<link>http://www.brandonsavage.net/why-tracking-bugs-in-personal-projects-matters/#comment-2639</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Wed, 09 Dec 2009 15:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1075#comment-2639</guid>
		<description>I agree, but would observe that you don&#039;t actually /need/ a hosted solution.  Specifically, using something like Mylyn for Eclipse accomplishes the basics of task management great (and does much more).  Mylyn makes it easy to change to hosted options later too.  But obviously any task manager would work ... :)</description>
		<content:encoded><![CDATA[<p>I agree, but would observe that you don&#8217;t actually /need/ a hosted solution.  Specifically, using something like Mylyn for Eclipse accomplishes the basics of task management great (and does much more).  Mylyn makes it easy to change to hosted options later too.  But obviously any task manager would work &#8230; :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://www.brandonsavage.net/why-tracking-bugs-in-personal-projects-matters/#comment-2638</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Wed, 09 Dec 2009 14:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1075#comment-2638</guid>
		<description>I agree 110% that keeping up on personal projects through a project manager is a best practice. I use a custom one I wrote in Drupal to handle my personal stuff and clients. I&#039;ve been slowly developing this for over a year now and it works great. It doesn&#039;t have all the bells and whistles of JIRA or Trac, but for an independent developer it does everything I need, plus if I need more I can simple alter the code.</description>
		<content:encoded><![CDATA[<p>I agree 110% that keeping up on personal projects through a project manager is a best practice. I use a custom one I wrote in Drupal to handle my personal stuff and clients. I&#8217;ve been slowly developing this for over a year now and it works great. It doesn&#8217;t have all the bells and whistles of JIRA or Trac, but for an independent developer it does everything I need, plus if I need more I can simple alter the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Cox</title>
		<link>http://www.brandonsavage.net/why-tracking-bugs-in-personal-projects-matters/#comment-2637</link>
		<dc:creator>Stephen Cox</dc:creator>
		<pubDate>Wed, 09 Dec 2009 13:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1075#comment-2637</guid>
		<description>Most big tracking systems are way over kill for what I need for personal projects. I&#039;d like something written in PHP, that&#039;s lightweight and I can drop into any project.</description>
		<content:encoded><![CDATA[<p>Most big tracking systems are way over kill for what I need for personal projects. I&#8217;d like something written in PHP, that&#8217;s lightweight and I can drop into any project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Savage</title>
		<link>http://www.brandonsavage.net/why-tracking-bugs-in-personal-projects-matters/#comment-2636</link>
		<dc:creator>Brandon Savage</dc:creator>
		<pubDate>Wed, 09 Dec 2009 13:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1075#comment-2636</guid>
		<description>Ben, I didn&#039;t want to make a recommendation per se, to avoid looking like I was shilling for a particular system. But since you asked, I use Jira; I bought it with their $10 special because I&#039;ve used it before, and I love it.

Part of why I want to write some of these tools in PHP and release them as open source is there seems to be a disconnect between awesome software like Jira and free software, in terms of quality. I think things ought to be awesome AND free; Jira&#039;s license only allows you 10 users, and their next step up is $1,200 more.</description>
		<content:encoded><![CDATA[<p>Ben, I didn&#8217;t want to make a recommendation per se, to avoid looking like I was shilling for a particular system. But since you asked, I use Jira; I bought it with their $10 special because I&#8217;ve used it before, and I love it.</p>
<p>Part of why I want to write some of these tools in PHP and release them as open source is there seems to be a disconnect between awesome software like Jira and free software, in terms of quality. I think things ought to be awesome AND free; Jira&#8217;s license only allows you 10 users, and their next step up is $1,200 more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.brandonsavage.net/why-tracking-bugs-in-personal-projects-matters/#comment-2634</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 09 Dec 2009 11:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1075#comment-2634</guid>
		<description>Couldn&#039;t agree more. 

A bug tracker is a must have on every project, personal or not. I started a few personal projects, hacked away on them for 2-3 nights, made progress, couldn&#039;t work on them for a couple of weeks and when I turned back to those projects, I didn&#039;t know what was my first idea, what I wanted to achieve, what have I done already so one option was left - leave that project on the hard drive to collect the dust. I just couldn&#039;t remember what was I doing. With a bug tracker (that has a wiki, milestones, tasks, bugs...) it&#039;s so much easier.</description>
		<content:encoded><![CDATA[<p>Couldn&#8217;t agree more. </p>
<p>A bug tracker is a must have on every project, personal or not. I started a few personal projects, hacked away on them for 2-3 nights, made progress, couldn&#8217;t work on them for a couple of weeks and when I turned back to those projects, I didn&#8217;t know what was my first idea, what I wanted to achieve, what have I done already so one option was left &#8211; leave that project on the hard drive to collect the dust. I just couldn&#8217;t remember what was I doing. With a bug tracker (that has a wiki, milestones, tasks, bugs&#8230;) it&#8217;s so much easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun Farrell</title>
		<link>http://www.brandonsavage.net/why-tracking-bugs-in-personal-projects-matters/#comment-2633</link>
		<dc:creator>Shaun Farrell</dc:creator>
		<pubDate>Wed, 09 Dec 2009 11:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1075#comment-2633</guid>
		<description>Yes, it&#039;s a great Idea!  I do this with all my personal projects.  Jira is good fo $10 but I have been using mantis with the mylyn connector for eclipse.  the integration with svn and everything else is great!

I mainly use this as a reminder system.  What features I need to develop and If I find something else I put it in the tracker.  Keeps things going and this way I don&#039;t forget features in the end.</description>
		<content:encoded><![CDATA[<p>Yes, it&#8217;s a great Idea!  I do this with all my personal projects.  Jira is good fo $10 but I have been using mantis with the mylyn connector for eclipse.  the integration with svn and everything else is great!</p>
<p>I mainly use this as a reminder system.  What features I need to develop and If I find something else I put it in the tracker.  Keeps things going and this way I don&#8217;t forget features in the end.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.brandonsavage.net/why-tracking-bugs-in-personal-projects-matters/#comment-2632</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 09 Dec 2009 08:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1075#comment-2632</guid>
		<description>Definitely a good idea - what bug tracker do you use?</description>
		<content:encoded><![CDATA[<p>Definitely a good idea &#8211; what bug tracker do you use?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk (feed is rejected)
Page Caching using apc (user agent is rejected)
Database Caching 44/51 queries in 0.020 seconds using disk
Content Delivery Network via Amazon Web Services: S3: files.brandonsavage.net.s3.amazonaws.com

Served from: www.brandonsavage.net @ 2010-07-31 10:52:09 -->