<?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: JavaScript Naming Conventions For People With Beards</title>
	<atom:link href="http://dandean.com/category/code/2010/javascript-naming-conventions-for-people-with-beards/feed/" rel="self" type="application/rss+xml" />
	<link>http://dandean.com/category/code/2010/javascript-naming-conventions-for-people-with-beards/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Sep 2010 01:53:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Dan Dean</title>
		<link>http://dandean.com/category/code/2010/javascript-naming-conventions-for-people-with-beards/comment-page-1/#comment-3216</link>
		<dc:creator>Dan Dean</dc:creator>
		<pubDate>Fri, 30 Apr 2010 15:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://dandean.com/?p=50#comment-3216</guid>
		<description>Hi Aaron! It actually makes collaborating on code much easier. See: http://dandean.com/category/javascript/2009/on-the-challenge-of-developing-javascript-within-a-team/</description>
		<content:encoded><![CDATA[<p>Hi Aaron! It actually makes collaborating on code much easier. See: <a href="http://dandean.com/category/javascript/2009/on-the-challenge-of-developing-javascript-within-a-team/" rel="nofollow">http://dandean.com/category/javascript/2009/on-the-challenge-of-developing-javascript-within-a-team/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://dandean.com/category/code/2010/javascript-naming-conventions-for-people-with-beards/comment-page-1/#comment-3213</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Thu, 29 Apr 2010 20:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://dandean.com/?p=50#comment-3213</guid>
		<description>wait a minute here.
so regular obj properties are camelcase
and objects Start with caps?
event handlers have double _
and private methods have single _
do you differentiate between simple vars and arrays?
and the boolean method?
WTF is going on?</description>
		<content:encoded><![CDATA[<p>wait a minute here.<br />
so regular obj properties are camelcase<br />
and objects Start with caps?<br />
event handlers have double _<br />
and private methods have single _<br />
do you differentiate between simple vars and arrays?<br />
and the boolean method?<br />
WTF is going on?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://dandean.com/category/code/2010/javascript-naming-conventions-for-people-with-beards/comment-page-1/#comment-3201</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Thu, 11 Mar 2010 23:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://dandean.com/?p=50#comment-3201</guid>
		<description>check this out.  another way to deal with private/public methods/variables in javascript without the overhead of a framework.  I still haven&#039;t tried it out so...
http://jonaquino.blogspot.com/2009/08/public-and-private-methods-in.html
I logged out of google and twitter to make sure you weren&#039;t using an API to put my name up there.  I&#039;m still not sure, kinda spooky.
I guess that I have to write something interesting now...</description>
		<content:encoded><![CDATA[<p>check this out.  another way to deal with private/public methods/variables in javascript without the overhead of a framework.  I still haven&#8217;t tried it out so&#8230;<br />
<a href="http://jonaquino.blogspot.com/2009/08/public-and-private-methods-in.html" rel="nofollow">http://jonaquino.blogspot.com/2009/08/public-and-private-methods-in.html</a><br />
I logged out of google and twitter to make sure you weren&#8217;t using an API to put my name up there.  I&#8217;m still not sure, kinda spooky.<br />
I guess that I have to write something interesting now&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
