<?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: Tracking Hacks</title>
	<atom:link href="http://www.noodlesoft.com/blog/2007/06/01/tracking-hacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.noodlesoft.com/blog/2007/06/01/tracking-hacks/</link>
	<description>On Mac OS X programming</description>
	<lastBuildDate>Thu, 12 Aug 2010 19:25:08 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mark Grimes</title>
		<link>http://www.noodlesoft.com/blog/2007/06/01/tracking-hacks/comment-page-1/#comment-3045</link>
		<dc:creator>Mark Grimes</dc:creator>
		<pubDate>Fri, 01 Jun 2007 22:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.noodlesoft.com/blog/2007/06/01/tracking-hacks/#comment-3045</guid>
		<description>I tend to timestamp my hacks as well so I know how long dirty code has been in place which furthers nagging me for a clean solution.

I do use a system similar to yours in TextMate using the TODO bundle that handles all of it elegantly. A keystroke will recall my categorized tagged list (e.g. PENDING, FUTURE, HACK) in a floating window where clicking on any entry in that window will take you to the line of code in your editor this entry occurs. Very fast and with intelligent completions easy to get the tag, username from system and timestamp automated in just a couple minutes of your time.

This solves the &quot;failed system&quot; problem on TextMate.

Xcode (being not the world&#039;s most glamorous editor) still sounds like it needs a better solution then #pragma marks as a grouping for this type of arrangement -- I would think you&#039;d want to reserve pragmas for method grouping.

The main thing I&#039;ve realized in having a working setup used as you describe is that I don&#039;t have to trust ANOTHER system to track changes, and because it&#039;s inline with my code, it is always eyeing me and making me aware that it needs to be fixed.  I have a hard enough time trusting iGTD for my tasks -- and Hazel I heavily abuse for file-based GTD well because I don&#039;t have to think about it.

The main thing is you need it to be EASY and FAST or you won&#039;t stick with it as noone needs a reason to add more micromanagement to their life.</description>
		<content:encoded><![CDATA[<p>I tend to timestamp my hacks as well so I know how long dirty code has been in place which furthers nagging me for a clean solution.</p>
<p>I do use a system similar to yours in TextMate using the TODO bundle that handles all of it elegantly. A keystroke will recall my categorized tagged list (e.g. PENDING, FUTURE, HACK) in a floating window where clicking on any entry in that window will take you to the line of code in your editor this entry occurs. Very fast and with intelligent completions easy to get the tag, username from system and timestamp automated in just a couple minutes of your time.</p>
<p>This solves the &#8220;failed system&#8221; problem on TextMate.</p>
<p>Xcode (being not the world&#8217;s most glamorous editor) still sounds like it needs a better solution then #pragma marks as a grouping for this type of arrangement &#8212; I would think you&#8217;d want to reserve pragmas for method grouping.</p>
<p>The main thing I&#8217;ve realized in having a working setup used as you describe is that I don&#8217;t have to trust ANOTHER system to track changes, and because it&#8217;s inline with my code, it is always eyeing me and making me aware that it needs to be fixed.  I have a hard enough time trusting iGTD for my tasks &#8212; and Hazel I heavily abuse for file-based GTD well because I don&#8217;t have to think about it.</p>
<p>The main thing is you need it to be EASY and FAST or you won&#8217;t stick with it as noone needs a reason to add more micromanagement to their life.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Ryland</title>
		<link>http://www.noodlesoft.com/blog/2007/06/01/tracking-hacks/comment-page-1/#comment-3044</link>
		<dc:creator>Chris Ryland</dc:creator>
		<pubDate>Fri, 01 Jun 2007 22:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.noodlesoft.com/blog/2007/06/01/tracking-hacks/#comment-3044</guid>
		<description>Good note.

I&#039;ve always just left &quot;...&quot; in my code to mark where something needs to be worked on. Mighty simple and easy to find later. E.g.,

    return false; // ...add error logging</description>
		<content:encoded><![CDATA[<p>Good note.</p>
<p>I&#8217;ve always just left &#8220;&#8230;&#8221; in my code to mark where something needs to be worked on. Mighty simple and easy to find later. E.g.,</p>
<p>    return false; // &#8230;add error logging</p>
]]></content:encoded>
	</item>
</channel>
</rss>
