<?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: Code sniffs for CakePHP and then some more</title>
	<atom:link href="http://www.sanisoft.com/blog/2008/07/04/code-sniffs-for-cakephp-and-then-some-more/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sanisoft.com/blog/2008/07/04/code-sniffs-for-cakephp-and-then-some-more/</link>
	<description>sharing technology, ideas, insights!</description>
	<pubDate>Fri, 21 Nov 2008 08:59:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Rexibit Web Services</title>
		<link>http://www.sanisoft.com/blog/2008/07/04/code-sniffs-for-cakephp-and-then-some-more/#comment-2494</link>
		<dc:creator>Rexibit Web Services</dc:creator>
		<pubDate>Tue, 22 Jul 2008 13:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/?p=46#comment-2494</guid>
		<description>Interesting. I am going to have to look into Cake. It sounds fun.</description>
		<content:encoded><![CDATA[<p>Interesting. I am going to have to look into Cake. It sounds fun.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nate</title>
		<link>http://www.sanisoft.com/blog/2008/07/04/code-sniffs-for-cakephp-and-then-some-more/#comment-2487</link>
		<dc:creator>nate</dc:creator>
		<pubDate>Wed, 16 Jul 2008 12:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/?p=46#comment-2487</guid>
		<description>Hey Tarique, I'll let you know about the patches as soon as I can.  I'd like to do another release in the next week or two, so if you can work up a patch for Bake by then, that'd be great.  If not, no worries.  Thanks.</description>
		<content:encoded><![CDATA[<p>Hey Tarique, I&#8217;ll let you know about the patches as soon as I can.  I&#8217;d like to do another release in the next week or two, so if you can work up a patch for Bake by then, that&#8217;d be great.  If not, no worries.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit Badkas</title>
		<link>http://www.sanisoft.com/blog/2008/07/04/code-sniffs-for-cakephp-and-then-some-more/#comment-2482</link>
		<dc:creator>Amit Badkas</dc:creator>
		<pubDate>Sat, 12 Jul 2008 04:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/?p=46#comment-2482</guid>
		<description>@nate - The ticket in which patch included to bake with phpDoc comments is &lt;a href="https://trac.cakephp.org/ticket/4276" rel="nofollow"&gt;#4276&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@nate - The ticket in which patch included to bake with phpDoc comments is <a href="https://trac.cakephp.org/ticket/4276" rel="nofollow">#4276</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarique Sani</title>
		<link>http://www.sanisoft.com/blog/2008/07/04/code-sniffs-for-cakephp-and-then-some-more/#comment-2481</link>
		<dc:creator>Tarique Sani</dc:creator>
		<pubDate>Sat, 12 Jul 2008 04:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/?p=46#comment-2481</guid>
		<description>Hi Nate, Life would be easier for me if Cake itself had a set of code sniffs - so I should say thanks :)  Also I will be happy to make any modifications to the sniffs if needed. 

I had seen the last docblock patch and had not liked it too much - will definitely post a ticket once I have something ready.</description>
		<content:encoded><![CDATA[<p>Hi Nate, Life would be easier for me if Cake itself had a set of code sniffs - so I should say thanks <img src='http://www.sanisoft.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Also I will be happy to make any modifications to the sniffs if needed. </p>
<p>I had seen the last docblock patch and had not liked it too much - will definitely post a ticket once I have something ready.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nate</title>
		<link>http://www.sanisoft.com/blog/2008/07/04/code-sniffs-for-cakephp-and-then-some-more/#comment-2480</link>
		<dc:creator>nate</dc:creator>
		<pubDate>Fri, 11 Jul 2008 18:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/?p=46#comment-2480</guid>
		<description>Hey, couple things:

(1) I started on a set of sniffs a few weeks ago but never finished, so I might just steal yours. ;-)

(2) There was a ticket on adding docblock-generation to Bake, but someone must have shot it down, because I don't see it in there.  Anyway, if you have a patch against the current codebase, attach it to a ticket and assign it to me, I'll get it in there.

Validation though... not so much. :-P  I'd rather keep Bake as light and focused as possible, and that's something that's simple enough to do without stepping through command prompts.</description>
		<content:encoded><![CDATA[<p>Hey, couple things:</p>
<p>(1) I started on a set of sniffs a few weeks ago but never finished, so I might just steal yours. <img src='http://www.sanisoft.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>(2) There was a ticket on adding docblock-generation to Bake, but someone must have shot it down, because I don&#8217;t see it in there.  Anyway, if you have a patch against the current codebase, attach it to a ticket and assign it to me, I&#8217;ll get it in there.</p>
<p>Validation though&#8230; not so much. <img src='http://www.sanisoft.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' />  I&#8217;d rather keep Bake as light and focused as possible, and that&#8217;s something that&#8217;s simple enough to do without stepping through command prompts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarique Sani</title>
		<link>http://www.sanisoft.com/blog/2008/07/04/code-sniffs-for-cakephp-and-then-some-more/#comment-2477</link>
		<dc:creator>Tarique Sani</dc:creator>
		<pubDate>Wed, 09 Jul 2008 04:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/?p=46#comment-2477</guid>
		<description>@Tim - that indeed would be a welcome addition!</description>
		<content:encoded><![CDATA[<p>@Tim - that indeed would be a welcome addition!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Koschuetzki</title>
		<link>http://www.sanisoft.com/blog/2008/07/04/code-sniffs-for-cakephp-and-then-some-more/#comment-2476</link>
		<dc:creator>Tim Koschuetzki</dc:creator>
		<pubDate>Tue, 08 Jul 2008 21:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/?p=46#comment-2476</guid>
		<description>We are considering to implement this for the Cake Testsuite maybe. :)</description>
		<content:encoded><![CDATA[<p>We are considering to implement this for the Cake Testsuite maybe. <img src='http://www.sanisoft.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarique Sani</title>
		<link>http://www.sanisoft.com/blog/2008/07/04/code-sniffs-for-cakephp-and-then-some-more/#comment-2472</link>
		<dc:creator>Tarique Sani</dc:creator>
		<pubDate>Sat, 05 Jul 2008 03:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/?p=46#comment-2472</guid>
		<description>I will be happy enough if bake output was phpDoc commented and bake allowed multiple rules of validations but I guess incorporating patches into bake is a low priority right now...</description>
		<content:encoded><![CDATA[<p>I will be happy enough if bake output was phpDoc commented and bake allowed multiple rules of validations but I guess incorporating patches into bake is a low priority right now&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Hofstetter</title>
		<link>http://www.sanisoft.com/blog/2008/07/04/code-sniffs-for-cakephp-and-then-some-more/#comment-2471</link>
		<dc:creator>Daniel Hofstetter</dc:creator>
		<pubDate>Fri, 04 Jul 2008 15:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/?p=46#comment-2471</guid>
		<description>It would be cool if the cake team would also use those code sniffs ;-)</description>
		<content:encoded><![CDATA[<p>It would be cool if the cake team would also use those code sniffs <img src='http://www.sanisoft.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
