<?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: The only valid measurement of code quality: WTFs/minute	</title>
	<atom:link href="https://nerdpress.org/2010/02/17/the-only-valid-measurement-of-code-quality-wtfs-minute/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdpress.org/2010/02/17/the-only-valid-measurement-of-code-quality-wtfs-minute/</link>
	<description>...dev, tech problems and solutions.</description>
	<lastBuildDate>Tue, 23 Feb 2010 14:50:31 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Max Girkens		</title>
		<link>https://nerdpress.org/2010/02/17/the-only-valid-measurement-of-code-quality-wtfs-minute/#comment-110</link>

		<dc:creator><![CDATA[Max Girkens]]></dc:creator>
		<pubDate>Tue, 23 Feb 2010 14:50:31 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=810#comment-110</guid>

					<description><![CDATA[Das hoffe ich jedenfall ganz stark, dass der dann nicht die 20 queries nur zeitversetzt macht.

&lt;a href=&quot;http://www.phpandstuff.com/articles/codeigniter-doctrine-day-5-database-crud&quot; rel=&quot;nofollow&quot;&gt;hier&lt;/a&gt; hab ich zumindest mal sowas gelesen:

&lt;blockquote&gt;
When you call the flush() method on the Doctrine_Connection  object, all unsaved record objects automatically get saved. And Doctrine performs this in a single transaction.
&lt;/blockquote&gt;

Da müssen doch dann Queries zusammengefasst werden, oder? 
Auf der Annahme gründete jedenfall meine Begeisterung für das Thema...]]></description>
			<content:encoded><![CDATA[<p>Das hoffe ich jedenfall ganz stark, dass der dann nicht die 20 queries nur zeitversetzt macht.</p>
<p><a href="http://www.phpandstuff.com/articles/codeigniter-doctrine-day-5-database-crud" rel="nofollow">hier</a> hab ich zumindest mal sowas gelesen:</p>
<blockquote><p>
When you call the flush() method on the Doctrine_Connection  object, all unsaved record objects automatically get saved. And Doctrine performs this in a single transaction.
</p></blockquote>
<p>Da müssen doch dann Queries zusammengefasst werden, oder?<br />
Auf der Annahme gründete jedenfall meine Begeisterung für das Thema&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: joshi		</title>
		<link>https://nerdpress.org/2010/02/17/the-only-valid-measurement-of-code-quality-wtfs-minute/#comment-109</link>

		<dc:creator><![CDATA[joshi]]></dc:creator>
		<pubDate>Tue, 23 Feb 2010 14:24:37 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=810#comment-109</guid>

					<description><![CDATA[flush() macht dann nur ein INSERT .. VALUES (blah), (blah), blah() or wie or wad? Das ist zugegebenermaßen ziemlich cool...]]></description>
			<content:encoded><![CDATA[<p>flush() macht dann nur ein INSERT .. VALUES (blah), (blah), blah() or wie or wad? Das ist zugegebenermaßen ziemlich cool&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Max Girkens		</title>
		<link>https://nerdpress.org/2010/02/17/the-only-valid-measurement-of-code-quality-wtfs-minute/#comment-108</link>

		<dc:creator><![CDATA[Max Girkens]]></dc:creator>
		<pubDate>Sun, 21 Feb 2010 12:17:00 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=810#comment-108</guid>

					<description><![CDATA[ich dachte eher an solche Geschichten:

&lt;img src=&quot;https://nerdpress.org/wp-content/uploads/2010/02/Bildschirmfoto-2010-02-21-um-13.16.00.png&quot; /&gt;

schreiben oder geschrieben werden oder sowas :/]]></description>
			<content:encoded><![CDATA[<p>ich dachte eher an solche Geschichten:</p>
<p><img src="https://nerdpress.org/wp-content/uploads/2010/02/Bildschirmfoto-2010-02-21-um-13.16.00.png" /></p>
<p>schreiben oder geschrieben werden oder sowas :/</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Joshi		</title>
		<link>https://nerdpress.org/2010/02/17/the-only-valid-measurement-of-code-quality-wtfs-minute/#comment-107</link>

		<dc:creator><![CDATA[Joshi]]></dc:creator>
		<pubDate>Sat, 20 Feb 2010 08:45:17 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=810#comment-107</guid>

					<description><![CDATA[Dieses Annotations-Zeugs ist ja aus der Java-Welt bekannt, allerdings sehe ich jetzt gar keinen soooo großen Vorteil darin, dass mein Model nicht mehr von einer Doctrine_Record-Klasse erbt. Mit den bisherigen Mechanismen Event/Observer und vor allem den Doctrine_Templates/Behaviours kann man den Malus ja leicht ausgleichen.

Annotations sind zwar cool. Aber es gibt 1.) Keine Spezifikation und 2.) keine Implementierung in der ZendEngine dafür. Oder? *Skeptisch guck*]]></description>
			<content:encoded><![CDATA[<p>Dieses Annotations-Zeugs ist ja aus der Java-Welt bekannt, allerdings sehe ich jetzt gar keinen soooo großen Vorteil darin, dass mein Model nicht mehr von einer Doctrine_Record-Klasse erbt. Mit den bisherigen Mechanismen Event/Observer und vor allem den Doctrine_Templates/Behaviours kann man den Malus ja leicht ausgleichen.</p>
<p>Annotations sind zwar cool. Aber es gibt 1.) Keine Spezifikation und 2.) keine Implementierung in der ZendEngine dafür. Oder? *Skeptisch guck*</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: uberVU - social comments		</title>
		<link>https://nerdpress.org/2010/02/17/the-only-valid-measurement-of-code-quality-wtfs-minute/#comment-106</link>

		<dc:creator><![CDATA[uberVU - social comments]]></dc:creator>
		<pubDate>Fri, 19 Feb 2010 07:38:58 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=810#comment-106</guid>

					<description><![CDATA[&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by nerdpress_org: The only valid measurement of code quality: WTFs/minute http://bit.ly/9ICDMc...]]></description>
			<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by nerdpress_org: The only valid measurement of code quality: WTFs/minute <a href="http://bit.ly/9ICDMc" rel="nofollow ugc">http://bit.ly/9ICDMc</a>&#8230;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
