<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>jslint_com at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/jslint_com/</link>
    <description>JSLint.com</description>

    <item>
      <title>Re: &#43;&#43;</title>
      <pubDate>Thu, 02 Jul 2009 18:28:01 GMT</pubDate>
      <dc:creator>Merlin</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jslint_com/message/703</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jslint_com/message/703</guid>
      <description>... Could you please update http://www.jslint.com/jslint.js ? It is still showing 2009-06-17 edition. Harry.</description>
    </item>
    <item>
      <title>Re: &#43;&#43;</title>
      <pubDate>Thu, 02 Jul 2009 01:03:47 GMT</pubDate>
      <dc:creator>Douglas Crockford</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jslint_com/message/702</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jslint_com/message/702</guid>
      <description>... --1; f()&#43;+; --a--; &#43;+(a + b);</description>
    </item>
    <item>
      <title>Re: &#43;&#43;</title>
      <pubDate>Thu, 02 Jul 2009 00:47:50 GMT</pubDate>
      <dc:creator>sandyhead25</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jslint_com/message/701</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jslint_com/message/701</guid>
      <description>Would you be able to use a brief example of code so that we could see such an occurrence in the context you are referencing?</description>
    </item>
    <item>
      <title>&#43;&#43;</title>
      <pubDate>Wed, 01 Jul 2009 22:38:51 GMT</pubDate>
      <dc:creator>Douglas Crockford</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jslint_com/message/700</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jslint_com/message/700</guid>
      <description>I always use the plusplus option, so I never noticed that when it is off there is no checking of the operand of &#43;+. JSLint now complains if the operand is not</description>
    </item>
    <item>
      <title>Re: console read only</title>
      <pubDate>Mon, 29 Jun 2009 20:12:03 GMT</pubDate>
      <dc:creator>Noah Peters</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jslint_com/message/699</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jslint_com/message/699</guid>
      <description>... Awesome, thanks!</description>
    </item>
    <item>
      <title>Re: console read only</title>
      <pubDate>Mon, 29 Jun 2009 18:04:24 GMT</pubDate>
      <dc:creator>Douglas Crockford</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jslint_com/message/698</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jslint_com/message/698</guid>
      <description>... Either turn off the Assume a Browser option, or add this comment: /*global console: true*/</description>
    </item>
    <item>
      <title>console read only</title>
      <pubDate>Mon, 29 Jun 2009 17:00:17 GMT</pubDate>
      <dc:creator>Noah Peters</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jslint_com/message/697</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jslint_com/message/697</guid>
      <description>With the newest version of JSLint I am having a frequent error on this code block: if (typeof console===&quot;undefined&quot;) { console = { log: function() {}, dir:</description>
    </item>
    <item>
      <title>Re: Order of Evaluation (OT?)</title>
      <pubDate>Tue, 23 Jun 2009 12:47:55 GMT</pubDate>
      <dc:creator>christian.wirkus</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jslint_com/message/696</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jslint_com/message/696</guid>
      <description>var x = 1, y = 2 * x, z = x + y; x === 1; y === 2; z === 3; You can rely on the evaluation to be from left to right or top to bottom. How to indent? I don&#39;t</description>
    </item>
    <item>
      <title>Re: Order of Evaluation (OT?)</title>
      <pubDate>Tue, 23 Jun 2009 08:08:09 GMT</pubDate>
      <dc:creator>pauanyu</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jslint_com/message/695</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jslint_com/message/695</guid>
      <description>... As to your first question... In my experience, yes. It&#39;s treated as if you had used two separate vars, so the order is maintained. No clue if it&#39;ll stay</description>
    </item>
    <item>
      <title>Re: Order of Evaluation (OT?)</title>
      <pubDate>Mon, 22 Jun 2009 15:21:54 GMT</pubDate>
      <dc:creator>mbrrtt</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jslint_com/message/694</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jslint_com/message/694</guid>
      <description>And does anyone know how to write code and (especially) how to get proper indentation in posts to this group?</description>
    </item>
    <item>
      <title>Order of Evaluation (OT?)</title>
      <pubDate>Mon, 22 Jun 2009 15:18:20 GMT</pubDate>
      <dc:creator>mbrrtt</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jslint_com/message/693</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jslint_com/message/693</guid>
      <description>This may be slightly offtopic, but since the question relates to proper style and there are many JS experts in this group, I&#39;m posing the question here. Can</description>
    </item>
    <item>
      <title>Re: The &quot;continue&quot; vote.</title>
      <pubDate>Mon, 22 Jun 2009 11:52:17 GMT</pubDate>
      <dc:creator>pauanyu</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jslint_com/message/692</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jslint_com/message/692</guid>
      <description>... I believe he was referring to a new program, separate from JSLint, and not JSLint itself. Note how he said &quot;JSUnLint&quot; as opposed to &quot;JSLint&quot;.</description>
    </item>
    <item>
      <title>Re: The &quot;continue&quot; vote.</title>
      <pubDate>Mon, 22 Jun 2009 11:11:50 GMT</pubDate>
      <dc:creator>sandyhead25</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jslint_com/message/691</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jslint_com/message/691</guid>
      <description>... There is a reason why the YUI compressor is in Java and is not available in JavaScript.  It adds curly braces to conditions which do not have them and it</description>
    </item>
    <item>
      <title>SV: [jslint] The &quot;continue&quot; vote.</title>
      <pubDate>Mon, 22 Jun 2009 06:31:06 GMT</pubDate>
      <dc:creator>Jakob Kruse</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jslint_com/message/690</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jslint_com/message/690</guid>
      <description>That would kind of defeat the whole purpose of JSLint I think. When JSLint complains about something in your code it?s because there?s a good chance it</description>
    </item>
    <item>
      <title>Re: The &quot;continue&quot; vote.</title>
      <pubDate>Mon, 22 Jun 2009 06:20:35 GMT</pubDate>
      <dc:creator>pauanyu</dc:creator>
      <link>http://tech.groups.yahoo.com/group/jslint_com/message/689</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/jslint_com/message/689</guid>
      <description>... I believe there are already several JavaScript &quot;beautifiers&quot;, designed to unminify code. I&#39;m sure they could support something like this.</description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.sp2.yahoo.com uncompressed/chunked Sat Jul  4 10:46:06 PDT 2009 -->
