<?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>Crockford &#8211; stoimen&#039;s web log</title>
	<atom:link href="/tag/crockford/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>on web development</description>
	<lastBuildDate>Tue, 13 Feb 2018 08:18:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>Should I do Something Only Because Crockford Says So?</title>
		<link>/2010/04/09/should-i-do-something-only-because-crockford-says-so/</link>
		<comments>/2010/04/09/should-i-do-something-only-because-crockford-says-so/#respond</comments>
		<pubDate>Fri, 09 Apr 2010 14:43:23 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[Computer programming]]></category>
		<category><![CDATA[Computer science]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Crockford]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[JavaScript programming language]]></category>
		<category><![CDATA[Scripting languages]]></category>
		<category><![CDATA[web developer]]></category>

		<guid isPermaLink="false">/?p=1427</guid>
		<description><![CDATA[Crockford says: &#8220;Don&#8217;t do that, please stop doing it!?&#8221; It may be related to JavaScript, YUI, CSS or whatever. PPK recently posted about browser prefixes with the same intonation. OK, fine, it&#8217;s difficult to maintain, it&#8217;s ugly but my job is to make the site look as nice as possible. I agree with Crokford that &#8230; <a href="/2010/04/09/should-i-do-something-only-because-crockford-says-so/" class="more-link">Continue reading <span class="screen-reader-text">Should I do Something Only Because Crockford Says So?</span> <span class="meta-nav">&#8594;</span></a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2009/03/14/javascript-code-convention/" rel="bookmark" title="JavaScript code convention">JavaScript code convention </a></li>
<li><a href="/2010/05/24/javascript-objects-coding-style/" rel="bookmark" title="JavaScript Objects Coding Style">JavaScript Objects Coding Style </a></li>
<li><a href="/2010/06/11/friday-algorithms-quicksort-difference-between-php-and-javascript/" rel="bookmark" title="Friday Algorithms: Quicksort &#8211; Difference Between PHP and JavaScript">Friday Algorithms: Quicksort &#8211; Difference Between PHP and JavaScript </a></li>
<li><a href="/2010/06/24/zend-framework-inject-javascript-code-in-a-actionview/" rel="bookmark" title="Zend Framework: Inject JavaScript Code in a Action/View">Zend Framework: Inject JavaScript Code in a Action/View </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p><a title="Crockford" href="http://www.crockford.com/" target="_blank">Crockford</a> says: &#8220;Don&#8217;t do that, please stop doing it!?&#8221; It may be related to JavaScript, YUI, CSS or whatever. <a title="PPK" href="http://www.quirksmode.org/" target="_blank">PPK</a> recently posted about browser prefixes with the same intonation. OK, fine, it&#8217;s difficult to maintain, it&#8217;s ugly but my job is to make the site look as nice as possible.</p>
<p>I agree with Crokford that only with copy/paste now JavaScript has the reputation of badly standardized language with no programmers that understand it at all. It&#8217;s true, but however this maybe made JavaScript so popular, now all the libraries come with that abstraction in mind and this gap seems to be smaller.</p>
<p>In addition I&#8217;ll say that&#8217;s fine if Crockford or PPK say something like that, but the primary goal of every web developer is not to be in good relations with Crockford, but to satisfy clients! I&#8217;d like to repeat &#8211; clients!</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2009/03/14/javascript-code-convention/" rel="bookmark" title="JavaScript code convention">JavaScript code convention </a></li>
<li><a href="/2010/05/24/javascript-objects-coding-style/" rel="bookmark" title="JavaScript Objects Coding Style">JavaScript Objects Coding Style </a></li>
<li><a href="/2010/06/11/friday-algorithms-quicksort-difference-between-php-and-javascript/" rel="bookmark" title="Friday Algorithms: Quicksort &#8211; Difference Between PHP and JavaScript">Friday Algorithms: Quicksort &#8211; Difference Between PHP and JavaScript </a></li>
<li><a href="/2010/06/24/zend-framework-inject-javascript-code-in-a-actionview/" rel="bookmark" title="Zend Framework: Inject JavaScript Code in a Action/View">Zend Framework: Inject JavaScript Code in a Action/View </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2010/04/09/should-i-do-something-only-because-crockford-says-so/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Zen</title>
		<link>/2010/03/17/javascript-zen/</link>
		<comments>/2010/03/17/javascript-zen/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 08:15:42 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[snippets]]></category>
		<category><![CDATA[Bo]]></category>
		<category><![CDATA[Crockford]]></category>
		<category><![CDATA[Defined and undefined]]></category>

		<guid isPermaLink="false">/?p=1338</guid>
		<description><![CDATA[Is undefined equal to undefined? That&#8217;s the question! Crockford says it is not, but let see the experiment. var a, b; console.log(typeof a); console.log(a === b); the answer is &#8211; it is.<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2009/07/27/javascript-what-is-typeof-typeof/" rel="bookmark" title="javascript: what is typeof typeof">javascript: what is typeof typeof </a></li>
<li><a href="/2011/10/21/does-javascript-undefined-equals-undefined/" rel="bookmark" title="Does JavaScript undefined Equals undefined?">Does JavaScript undefined Equals undefined? </a></li>
<li><a href="/2009/05/24/javascript-typeof-operator/" rel="bookmark" title="JavaScript typeof operator">JavaScript typeof operator </a></li>
<li><a href="/2009/07/08/javascript-closures-in-brief/" rel="bookmark" title="JavaScript closures in brief">JavaScript closures in brief </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<h2>Is undefined equal to undefined?</h2>
<p>That&#8217;s the question! <a href="http://www.crockford.com/">Crockford</a> says it is not, but let see the experiment.</p>
<pre lang="javascript">var a, b;
console.log(typeof a);
console.log(a === b);
</pre>
<p>the answer is &#8211; it is.</p>
<p><a href="/wp-content/uploads/2010/03/Picture-21.png"><img class="aligncenter size-full wp-image-1339" title="JavaScript zen" src="/wp-content/uploads/2010/03/Picture-21.png" alt="" width="430" height="147" srcset="/wp-content/uploads/2010/03/Picture-21.png 430w, /wp-content/uploads/2010/03/Picture-21-300x102.png 300w" sizes="(max-width: 430px) 100vw, 430px" /></a></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2009/07/27/javascript-what-is-typeof-typeof/" rel="bookmark" title="javascript: what is typeof typeof">javascript: what is typeof typeof </a></li>
<li><a href="/2011/10/21/does-javascript-undefined-equals-undefined/" rel="bookmark" title="Does JavaScript undefined Equals undefined?">Does JavaScript undefined Equals undefined? </a></li>
<li><a href="/2009/05/24/javascript-typeof-operator/" rel="bookmark" title="JavaScript typeof operator">JavaScript typeof operator </a></li>
<li><a href="/2009/07/08/javascript-closures-in-brief/" rel="bookmark" title="JavaScript closures in brief">JavaScript closures in brief </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2010/03/17/javascript-zen/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
