<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ugly Code! &#187; ugly code</title>
	<atom:link href="http://uglycode.com/category/ugly-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://uglycode.com</link>
	<description>c0ding is seriose busines!!!!1</description>
	<lastBuildDate>Thu, 15 Jul 2010 20:03:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>transactions</title>
		<link>http://uglycode.com/2008/12/transactions/</link>
		<comments>http://uglycode.com/2008/12/transactions/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 21:21:53 +0000</pubDate>
		<dc:creator>analytik</dc:creator>
				<category><![CDATA[ugly code]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[transaction]]></category>

		<guid isPermaLink="false">http://uglycode.com/?p=22</guid>
		<description><![CDATA[
function run&#40;&#41; &#123;
  ...
  //DONT TOUCH !!! -&#38;gt; THIS DB TRANS STARTS, BECAUSE XYZ MODUL CONSIST OF DB::Commit() clausule
  DB::Trans&#40;&#41;;
  return $returnVal;
&#125;

Hey guys, let&#8217;s start a transaction here and expect that no one will ever change the code in any of the other 2000 files. And if they do, I&#8217;m sure [...]]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> run<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
  <span style="color: #339933;">...</span>
  <span style="color: #666666; font-style: italic;">//DONT TOUCH !!! -&amp;gt; THIS DB TRANS STARTS, BECAUSE XYZ MODUL CONSIST OF DB::Commit() clausule</span>
  DB<span style="color: #339933;">::</span><span style="color: #004000;">Trans</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  <span style="color: #b1b100;">return</span> <span style="color: #000088;">$returnVal</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>Hey guys, let&#8217;s start a transaction here and expect that no one will ever change the code in any of the other 2000 files. And if they do, I&#8217;m sure that while they&#8217;ll be editing &#8220;modul&#8221; XYZ, I&#8217;m sure they will know that transaction starts here.</p>
]]></content:encoded>
			<wfw:commentRss>http://uglycode.com/2008/12/transactions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3rd generation MemCached</title>
		<link>http://uglycode.com/2008/10/3rd-generation-memcached/</link>
		<comments>http://uglycode.com/2008/10/3rd-generation-memcached/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 08:28:03 +0000</pubDate>
		<dc:creator>analytik</dc:creator>
				<category><![CDATA[ugly code]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[objects]]></category>
		<category><![CDATA[ugly names]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://uglycode.com/?p=14</guid>
		<description><![CDATA[
$banner-&#62;mem-&#62;mem-&#62;mem-&#62;cache_dir = &#34;path/to/cache/dir&#34;;

Not confusing at all, no sir!.
]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$banner</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">mem</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">mem</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">mem</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">cache_dir</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;path/to/cache/dir&quot;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Not confusing at all, no sir!.</p>
]]></content:encoded>
			<wfw:commentRss>http://uglycode.com/2008/10/3rd-generation-memcached/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
