<?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: Code quality, part IV: Nameless abstractions are just complexity</title>
	<atom:link href="http://www.heikniemi.net/hardcoded/2005/04/code-quality-part-iv-nameless-abstractions-are-just-complexity/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.heikniemi.net/hardcoded/2005/04/code-quality-part-iv-nameless-abstractions-are-just-complexity/</link>
	<description>Jouni Heikniemi&#039;s IT adventures</description>
	<lastBuildDate>Fri, 10 Feb 2012 02:59:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Anonymous (coward)</title>
		<link>http://www.heikniemi.net/hardcoded/2005/04/code-quality-part-iv-nameless-abstractions-are-just-complexity/comment-page-1/#comment-163</link>
		<dc:creator>Anonymous (coward)</dc:creator>
		<pubDate>Sun, 08 May 2005 16:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.heikniemi.net/hardcoded/2005/04/code-quality-part-iv-nameless-abstractions-are-just-complexity/#comment-163</guid>
		<description>How do you like
grep {
/DBD::(.*)$/ &amp;&amp; ($installed_DBD_modules{lc($1)} = 1)
} $installed-&gt;modules();
:-)
Though one wonders why it would go into a hash with a counter. Can a module be installed more than once?
I suppose there is a reason why this (which doesn&#039;t remove &quot;DBD::&quot; or convert to lowercase) wouldn&#039;t have been enough:
@DBD = grep /DBD::/ $installed-&gt;modules();
</description>
		<content:encoded><![CDATA[<p>How do you like<br />
grep {<br />
/DBD::(.*)$/ &#038;&#038; ($installed_DBD_modules{lc($1)} = 1)<br />
} $installed->modules();<br />
:-)<br />
Though one wonders why it would go into a hash with a counter. Can a module be installed more than once?<br />
I suppose there is a reason why this (which doesn&#039;t remove &#034;DBD::&#034; or convert to lowercase) wouldn&#039;t have been enough:<br />
@DBD = grep /DBD::/ $installed->modules();</p>
]]></content:encoded>
	</item>
</channel>
</rss>

