<?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"
	>
<channel>
	<title>Comments on: Adoption of Coding Standards</title>
	<atom:link href="http://jasonleveille.com/2008/07/adoption-of-coding-standards/feed/" rel="self" type="application/rss+xml" />
	<link>http://jasonleveille.com/2008/07/adoption-of-coding-standards/</link>
	<description></description>
	<pubDate>Thu, 20 Nov 2008 15:43:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: leveille</title>
		<link>http://jasonleveille.com/2008/07/adoption-of-coding-standards/#comment-50</link>
		<dc:creator>leveille</dc:creator>
		<pubDate>Mon, 21 Jul 2008 19:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://jasonleveille.com/?p=54#comment-50</guid>
		<description>Thanks for stopping by Travis.  Long time follower of your work.  For anyone interested, the standards Travis is talking about are located at:

&lt;a href="http://pear.php.net/manual/en/standards.php" rel="nofollow"&gt;http://pear.php.net/manual/en/standards.php&lt;/a&gt;

I'm going to find some time tonight and take a closer look.</description>
		<content:encoded><![CDATA[<p>Thanks for stopping by Travis.  Long time follower of your work.  For anyone interested, the standards Travis is talking about are located at:</p>
<p><a href="http://pear.php.net/manual/en/standards.php" rel="nofollow">http://pear.php.net/manual/en/standards.php</a></p>
<p>I&#8217;m going to find some time tonight and take a closer look.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis Swicegood</title>
		<link>http://jasonleveille.com/2008/07/adoption-of-coding-standards/#comment-49</link>
		<dc:creator>Travis Swicegood</dc:creator>
		<pubDate>Mon, 21 Jul 2008 18:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://jasonleveille.com/?p=54#comment-49</guid>
		<description>I'd recommend taking a look at the PEAR CS.  Particularly the PEAR2 CS for code with namespaces.  The PEAR standard has been around for a long time and was the base for the ZF standard as far as I can tell.

Disclaimer: I'm a member of the PEAR Group, so take what I say with a grain of salt...</description>
		<content:encoded><![CDATA[<p>I&#8217;d recommend taking a look at the PEAR CS.  Particularly the PEAR2 CS for code with namespaces.  The PEAR standard has been around for a long time and was the base for the ZF standard as far as I can tell.</p>
<p>Disclaimer: I&#8217;m a member of the PEAR Group, so take what I say with a grain of salt&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leveille</title>
		<link>http://jasonleveille.com/2008/07/adoption-of-coding-standards/#comment-44</link>
		<dc:creator>leveille</dc:creator>
		<pubDate>Thu, 17 Jul 2008 00:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://jasonleveille.com/?p=54#comment-44</guid>
		<description>My feeling is that knowing how you are going to code (spacing/indentation/naming conventions/etc), though it may seem trivial, is really very important.  It is one less thing to think about as you are coding.  Unfortunately I haven't been as consistent in the past as I should have been, however the decision to adopt Zend's standards has put my mind at ease a little bit.

Regardless of what I am talking about in development I almost always end up asking myself the same question: how can I manage complexity in my code, and ultimately make it more maintainable.  The answer to this is sometimes as simple as adopting coding standards.</description>
		<content:encoded><![CDATA[<p>My feeling is that knowing how you are going to code (spacing/indentation/naming conventions/etc), though it may seem trivial, is really very important.  It is one less thing to think about as you are coding.  Unfortunately I haven&#8217;t been as consistent in the past as I should have been, however the decision to adopt Zend&#8217;s standards has put my mind at ease a little bit.</p>
<p>Regardless of what I am talking about in development I almost always end up asking myself the same question: how can I manage complexity in my code, and ultimately make it more maintainable.  The answer to this is sometimes as simple as adopting coding standards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pokoka</title>
		<link>http://jasonleveille.com/2008/07/adoption-of-coding-standards/#comment-41</link>
		<dc:creator>pokoka</dc:creator>
		<pubDate>Wed, 16 Jul 2008 22:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://jasonleveille.com/?p=54#comment-41</guid>
		<description>I came to the same conclusion two weeks ago.  I've toyed with the idea (coding standards for PHP) for years. 

With Symbian C++ I follow the standards to the 'letter' (well, you have too really) but with the freedom PHP provides its so easy to develop ones own coding style. 

I use PHP-CLi for my (personal) shell scripting which never did help convince me to adhere to coding standards. It's so easy to start with a few lines of procedural code and end up with some really handy class to reuse elsewhere. Ends up being a bit of a mish mash of course with variables in camel back, humpty dumpty, VB notation (oh the joy!).

Anyhow, Zend and PHP go 'hand in hand' so the way i see it one can't go wrong using their coding standards.</description>
		<content:encoded><![CDATA[<p>I came to the same conclusion two weeks ago.  I&#8217;ve toyed with the idea (coding standards for PHP) for years. </p>
<p>With Symbian C++ I follow the standards to the &#8216;letter&#8217; (well, you have too really) but with the freedom PHP provides its so easy to develop ones own coding style. </p>
<p>I use PHP-CLi for my (personal) shell scripting which never did help convince me to adhere to coding standards. It&#8217;s so easy to start with a few lines of procedural code and end up with some really handy class to reuse elsewhere. Ends up being a bit of a mish mash of course with variables in camel back, humpty dumpty, VB notation (oh the joy!).</p>
<p>Anyhow, Zend and PHP go &#8216;hand in hand&#8217; so the way i see it one can&#8217;t go wrong using their coding standards.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
