<?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 for Positive Incline</title>
	<atom:link href="http://positiveincline.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://positiveincline.com</link>
	<description>Mike Burrows (@asplake) moving on up</description>
	<pubDate>Tue, 07 Sep 2010 04:36:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on DRY up your routes - a Pylons routing refactoring by Mike</title>
		<link>http://positiveincline.com/?p=561&cpage=1#comment-5743</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 05 Aug 2010 02:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://positiveincline.com/?p=561#comment-5743</guid>
		<description>No worries, thanks for the feedback.  Perhaps I exposed too much implementation detail here.</description>
		<content:encoded><![CDATA[<p>No worries, thanks for the feedback.  Perhaps I exposed too much implementation detail here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DRY up your routes - a Pylons routing refactoring by Jesse Dhillon</title>
		<link>http://positiveincline.com/?p=561&cpage=1#comment-5738</link>
		<dc:creator>Jesse Dhillon</dc:creator>
		<pubDate>Wed, 04 Aug 2010 22:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://positiveincline.com/?p=561#comment-5738</guid>
		<description>I should have proofread my post as I sound more irate than I actually am. What you did in steps 1-3 was very helpful. I just don't think the style demonstrated here is wholly in keeping with Python's guiding principles.</description>
		<content:encoded><![CDATA[<p>I should have proofread my post as I sound more irate than I actually am. What you did in steps 1-3 was very helpful. I just don&#8217;t think the style demonstrated here is wholly in keeping with Python&#8217;s guiding principles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DRY up your routes - a Pylons routing refactoring by Mike</title>
		<link>http://positiveincline.com/?p=561&cpage=1#comment-5733</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 04 Aug 2010 20:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://positiveincline.com/?p=561#comment-5733</guid>
		<description>Hi Jesse,

I have some sympathy with that view. I thought it important though that the new API gave the power to avoid generating more routes than was required, and without too much code.  But see it as an intermediate step to #6, which does the job of the old API but with a lot more power there at your disposal if you need it.

With hindsight my bigger regret is that I didn't name methods named after the HTTP methods GET, PUT, POST, DELETE etc.  But that's another story...</description>
		<content:encoded><![CDATA[<p>Hi Jesse,</p>
<p>I have some sympathy with that view. I thought it important though that the new API gave the power to avoid generating more routes than was required, and without too much code.  But see it as an intermediate step to #6, which does the job of the old API but with a lot more power there at your disposal if you need it.</p>
<p>With hindsight my bigger regret is that I didn&#8217;t name methods named after the HTTP methods GET, PUT, POST, DELETE etc.  But that&#8217;s another story&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DRY up your routes - a Pylons routing refactoring by Jesse Dhillon</title>
		<link>http://positiveincline.com/?p=561&cpage=1#comment-5732</link>
		<dc:creator>Jesse Dhillon</dc:creator>
		<pubDate>Wed, 04 Aug 2010 20:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://positiveincline.com/?p=561#comment-5732</guid>
		<description>I was with you until around step 4. Then you really deviated into the fantastic world of methods so loaded with assumptions and magic that your final result can in no way be considered Pythonic.

This definitely can be considered par for Rails, if that is your motivation, in that it is so narrow, so specific, so presumptive and so magical that unless one programs under the very fragile and particular conditions for which this solution is best suited, it's going to be break. And because it's so magical, unpacking its behavior and attempting to understand the process deeply is going to be an exercise in both spelunking and mind-reading.

Python is definitely about being explicit.</description>
		<content:encoded><![CDATA[<p>I was with you until around step 4. Then you really deviated into the fantastic world of methods so loaded with assumptions and magic that your final result can in no way be considered Pythonic.</p>
<p>This definitely can be considered par for Rails, if that is your motivation, in that it is so narrow, so specific, so presumptive and so magical that unless one programs under the very fragile and particular conditions for which this solution is best suited, it&#8217;s going to be break. And because it&#8217;s so magical, unpacking its behavior and attempting to understand the process deeply is going to be an exercise in both spelunking and mind-reading.</p>
<p>Python is definitely about being explicit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning together: Kanban and the Twelve Principles of Agile Software by Mike</title>
		<link>http://positiveincline.com/?p=727&cpage=1#comment-4841</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 23 Jun 2010 05:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://positiveincline.com/?p=727#comment-4841</guid>
		<description>Hi Jeff, thanks!

Yes a set of Kanban principles would be a good thing but I wouldn't necessarily want it to represent a breakaway from Agile.  But perhaps it would be an appropriate challenge to the whole community if we could come up with a set that takes on board what we've all learned in the intervening years.  Current efforts that are even more prescriptive (assuming iterations for example) are a backward step.</description>
		<content:encoded><![CDATA[<p>Hi Jeff, thanks!</p>
<p>Yes a set of Kanban principles would be a good thing but I wouldn&#8217;t necessarily want it to represent a breakaway from Agile.  But perhaps it would be an appropriate challenge to the whole community if we could come up with a set that takes on board what we&#8217;ve all learned in the intervening years.  Current efforts that are even more prescriptive (assuming iterations for example) are a backward step.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning together: Kanban and the Twelve Principles of Agile Software by jeff anderson</title>
		<link>http://positiveincline.com/?p=727&cpage=1#comment-4836</link>
		<dc:creator>jeff anderson</dc:creator>
		<pubDate>Wed, 23 Jun 2010 01:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://positiveincline.com/?p=727#comment-4836</guid>
		<description>Great post!

Maybe its time for a set of kanban principles?
 
I think the change in focus to business value over working software is a good one, all too often IT abdicates responsibility for business sucess, kanban and lean's switch in emphasis to value and flow provide us with tools to step into the "scary" business world and be accountable to value.</description>
		<content:encoded><![CDATA[<p>Great post!</p>
<p>Maybe its time for a set of kanban principles?</p>
<p>I think the change in focus to business value over working software is a good one, all too often IT abdicates responsibility for business sucess, kanban and lean&#8217;s switch in emphasis to value and flow provide us with tools to step into the &#8220;scary&#8221; business world and be accountable to value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Principles of Product Development Flow - review &#038; retrospective by Book review: &#8220;Kanban&#8221;, by David J Anderson &#171; Positive Incline</title>
		<link>http://positiveincline.com/?p=522&cpage=1#comment-4733</link>
		<dc:creator>Book review: &#8220;Kanban&#8221;, by David J Anderson &#171; Positive Incline</dc:creator>
		<pubDate>Wed, 16 Jun 2010 16:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://positiveincline.com/?p=522#comment-4733</guid>
		<description>[...] If Don Reinersten&#8217;s &#8220;Principles of Product Development Flow&#8221; (which I raved about here) provides the foundations, this is the practical, experienced-filled go-to book.   It feels very [...]</description>
		<content:encoded><![CDATA[<p>[...] If Don Reinersten&#8217;s &#8220;Principles of Product Development Flow&#8221; (which I raved about here) provides the foundations, this is the practical, experienced-filled go-to book.   It feels very [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What are your &#8220;red button&#8221; phrases? by Lee</title>
		<link>http://positiveincline.com/?p=715&cpage=1#comment-4589</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Sat, 05 Jun 2010 22:06:11 +0000</pubDate>
		<guid isPermaLink="false">http://positiveincline.com/?p=715#comment-4589</guid>
		<description>Synergy - particularly when someone is seeking a synergy between myself and them. Generally it means, "What can you do for me?"

Enterprise - This usually means the people doing the work are left to try and get things done under a 5000lbs wet blanket of bureaucracy.</description>
		<content:encoded><![CDATA[<p>Synergy - particularly when someone is seeking a synergy between myself and them. Generally it means, &#8220;What can you do for me?&#8221;</p>
<p>Enterprise - This usually means the people doing the work are left to try and get things done under a 5000lbs wet blanket of bureaucracy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What are your &#8220;red button&#8221; phrases? by Mike</title>
		<link>http://positiveincline.com/?p=715&cpage=1#comment-4288</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 19 May 2010 17:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://positiveincline.com/?p=715#comment-4288</guid>
		<description>&lt;a href="http://twitter.com/codemonkeyism" rel="nofollow"&gt;@codemonkeyism&lt;/a&gt;: &lt;a href="http://twitter.com/asplake" rel="nofollow"&gt;@asplake&lt;/a&gt; "Not possible" or "Can't do"</description>
		<content:encoded><![CDATA[<p><a href="http://twitter.com/codemonkeyism" rel="nofollow">@codemonkeyism</a>: <a href="http://twitter.com/asplake" rel="nofollow">@asplake</a> &#8220;Not possible&#8221; or &#8220;Can&#8217;t do&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What are your &#8220;red button&#8221; phrases? by Andrei</title>
		<link>http://positiveincline.com/?p=715&cpage=1#comment-4278</link>
		<dc:creator>Andrei</dc:creator>
		<pubDate>Wed, 19 May 2010 07:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://positiveincline.com/?p=715#comment-4278</guid>
		<description>"Escalate" is the work of the day or the "E" word... Everything has to be escalated and re-escalated and precious time &#38; money are wasted</description>
		<content:encoded><![CDATA[<p>&#8220;Escalate&#8221; is the work of the day or the &#8220;E&#8221; word&#8230; Everything has to be escalated and re-escalated and precious time &amp; money are wasted</p>
]]></content:encoded>
	</item>
</channel>
</rss>
