<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <title>XyzzyB - Notes on Crockfords JavaScript Video Lecture 1 Comments</title>
  <id>tag:xyzzyb.com,2008:/2008/5/26/notes-on-crockfords-javascript-video-lecture-1/comments</id>
  <generator version="0.7.3" uri="http://mephistoblog.com">Mephisto Noh-Varr</generator>
  <link href="http://xyzzyb.com/2008/5/26/notes-on-crockfords-javascript-video-lecture-1/comments.xml" rel="self" type="application/atom+xml"/>
  <link href="/2008/5/26/notes-on-crockfords-javascript-video-lecture-1" rel="alternate" type="text/html"/>
  <updated>2008-05-27T20:12:15Z</updated>
  <entry xml:base="http://xyzzyb.com/">
    <author>
      <name>Stephen</name>
    </author>
    <id>tag:xyzzyb.com,2008-05-26:377:379</id>
    <published>2008-05-27T20:12:15Z</published>
    <updated>2008-05-27T20:12:15Z</updated>
    <category term="learning"/>
    <category term="programming"/>
    <link href="http://xyzzyb.com/2008/5/26/notes-on-crockfords-javascript-video-lecture-1" rel="alternate" type="text/html"/>
    <title>Comment on 'Notes on Crockfords JavaScript Video Lecture 1' by Stephen</title>
<content type="html">&lt;p&gt;Hey, I&#8217;m just writing what Crockford was saying. I think that having separate objects for like functions is great. I really dig Python&#8217;s take on this, i.e. being able to pull in specific subsets of libraries with &#8220;from foo import bar&#8221;. I don&#8217;t really see anything in the Math object that you&#8217;d need every time either. If a short script doesn&#8217;t need it, then it doesn&#8217;t need it!&lt;/p&gt;


	&lt;p&gt;Thanks for the JavaScript props. I&#8217;m tired of treating JavaScript like a black box where I just follow existing examples without really fully understanding them. Programming by coincidence is never a good idea.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://xyzzyb.com/">
    <author>
      <name>donald</name>
    </author>
    <id>tag:xyzzyb.com,2008-05-26:377:378</id>
    <published>2008-05-27T04:22:17Z</published>
    <updated>2008-05-27T04:22:17Z</updated>
    <category term="learning"/>
    <category term="programming"/>
    <link href="http://xyzzyb.com/2008/5/26/notes-on-crockfords-javascript-video-lecture-1" rel="alternate" type="text/html"/>
    <title>Comment on 'Notes on Crockfords JavaScript Video Lecture 1' by donald</title>
<content type="html">&lt;p&gt;Math object was a bad idea? Nonsense. Segmenting the global functionspace into discrete domains is a great idea. Would&#8217;ve been nice if there were some mechanism to import a domain&#8217;s namespace explicitly, if you were trying to do a whole buncha math operations at once, but, you know, whatever. Save me from the polluted &lt;span class=&quot;caps&quot;&gt;PHP&lt;/span&gt; functionspace, please.&lt;/p&gt;


	&lt;p&gt;Wise of you to focus on Javascript intensively. Too many web developers don&#8217;t understand it and slag off on it without thinking.&lt;/p&gt;</content>  </entry>
</feed>
