<?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 names</title>
	<atom:link href="http://uglycode.com/tag/ugly-names/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>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>As much as I love WordPress&#8230;</title>
		<link>http://uglycode.com/2009/01/as-much-as-i-love-wordpress/</link>
		<comments>http://uglycode.com/2009/01/as-much-as-i-love-wordpress/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 12:44:13 +0000</pubDate>
		<dc:creator>analytik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[refuctoring]]></category>
		<category><![CDATA[ugly names]]></category>

		<guid isPermaLink="false">http://uglycode.com/?p=29</guid>
		<description><![CDATA[Seems that some WP developers are fans of refuctoring. if &#40; &#40;$fQ=strpos&#40;$Fid,'&#34;'&#41;&#41;!==false &#41; $Fname = sanitize_title_with_dashes&#40;substr&#40; $Fid, $fQ+1, strpos&#40;$Fid,'&#34;',$fQ+1&#41;-$fQ-1 &#41;&#41;; ### wrapped in &#60;p&#62; ? $p_offset = &#40;$p_close &#60; $p_open&#41; ? $a-&#40;strlen&#40;$part_content&#41;-$p_open&#41; : $a; Argh. Guys, seriously, how about some objects? How about some readable variables? How about instead of nesting function calls and using [...]]]></description>
			<content:encoded><![CDATA[<p>Seems that some WP developers are fans of refuctoring.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$fQ</span><span style="color: #339933;">=</span><span style="color: #990000;">strpos</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$Fid</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'&quot;'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">!==</span><span style="color: #009900; font-weight: bold;">false</span> <span style="color: #009900;">&#41;</span>
    <span style="color: #000088;">$Fname</span> <span style="color: #339933;">=</span> sanitize_title_with_dashes<span style="color: #009900;">&#40;</span><span style="color: #990000;">substr</span><span style="color: #009900;">&#40;</span> <span style="color: #000088;">$Fid</span><span style="color: #339933;">,</span> <span style="color: #000088;">$fQ</span><span style="color: #339933;">+</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">,</span> <span style="color: #990000;">strpos</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$Fid</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'&quot;'</span><span style="color: #339933;">,</span><span style="color: #000088;">$fQ</span><span style="color: #339933;">+</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">-</span><span style="color: #000088;">$fQ</span><span style="color: #339933;">-</span><span style="color: #cc66cc;">1</span> <span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">### wrapped in &lt;p&gt; ?
</span>   <span style="color: #000088;">$p_offset</span> <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$p_close</span> <span style="color: #339933;">&lt;</span> <span style="color: #000088;">$p_open</span><span style="color: #009900;">&#41;</span> ? <span style="color: #000088;">$a</span><span style="color: #339933;">-</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">strlen</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$part_content</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">-</span><span style="color: #000088;">$p_open</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> <span style="color: #000088;">$a</span><span style="color: #339933;">;</span></pre></div></div>

<p>Argh. Guys, seriously, how about some objects? How about some readable variables? How about instead of nesting function calls and using ugly ternary operators&#8230; ugh. Nevermind.</p>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://uglycode.com/2009/01/as-much-as-i-love-wordpress/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>

