<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Tutorial quality feedback in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Tutorial-quality-feedback/m-p/922447#M13458</link>
    <description>&lt;P&gt;I’m new to the whole MIC thing, and I just wanted to leave a comment regarding the quality of &lt;CODE&gt;LEO_tutorial&lt;/CODE&gt; which I came accross, since Intel doesn’t seem to have a public bug tracker (something every modern company should have). At any rate, in the tutorial, I see code like this:&lt;/P&gt;

&lt;P&gt;[cpp] // Gather odd numbered values into O_vals and count in numOs numOs = 0; for (k = 0; k &amp;lt; MAXSZ; k++) { if ( all_Vals&lt;K&gt;%2 != 0 ) { O_vals[numOs] = all_Vals&lt;K&gt;; numOs++; } } [/cpp]&lt;/K&gt;&lt;/K&gt;&lt;/P&gt;

&lt;P&gt;I’m sorry, but this is &lt;STRONG&gt;terrible&lt;/STRONG&gt;. You’re writing a turorial and you’re using variables like &lt;CODE&gt;all_Vals&lt;/CODE&gt; and &lt;CODE&gt;all_Vals_shrd&lt;/CODE&gt; (what naming convention is this? did you really have to condense &lt;CODE&gt;shared&lt;/CODE&gt; to &lt;CODE&gt;shrd&lt;/CODE&gt;?)&amp;nbsp;— this is a perfect way to confuse someone who wants to figure out what problem the MIC device is actually meant to solve. Also, naming the variable &lt;CODE&gt;MAXSZ&lt;/CODE&gt; is a bit unfriendly when you could name a variable, say, &lt;CODE&gt;MaxElementCount&lt;/CODE&gt; or something actually readable.&lt;/P&gt;

&lt;P&gt;Just wanted to leave this feedback here in the hope it reaches whoever writes tutorials for the MIC platform.&lt;/P&gt;</description>
    <pubDate>Thu, 28 Nov 2013 12:25:37 GMT</pubDate>
    <dc:creator>dnesteruk</dc:creator>
    <dc:date>2013-11-28T12:25:37Z</dc:date>
    <item>
      <title>Tutorial quality feedback</title>
      <link>https://community.intel.com/t5/Software-Archive/Tutorial-quality-feedback/m-p/922447#M13458</link>
      <description>&lt;P&gt;I’m new to the whole MIC thing, and I just wanted to leave a comment regarding the quality of &lt;CODE&gt;LEO_tutorial&lt;/CODE&gt; which I came accross, since Intel doesn’t seem to have a public bug tracker (something every modern company should have). At any rate, in the tutorial, I see code like this:&lt;/P&gt;

&lt;P&gt;[cpp] // Gather odd numbered values into O_vals and count in numOs numOs = 0; for (k = 0; k &amp;lt; MAXSZ; k++) { if ( all_Vals&lt;K&gt;%2 != 0 ) { O_vals[numOs] = all_Vals&lt;K&gt;; numOs++; } } [/cpp]&lt;/K&gt;&lt;/K&gt;&lt;/P&gt;

&lt;P&gt;I’m sorry, but this is &lt;STRONG&gt;terrible&lt;/STRONG&gt;. You’re writing a turorial and you’re using variables like &lt;CODE&gt;all_Vals&lt;/CODE&gt; and &lt;CODE&gt;all_Vals_shrd&lt;/CODE&gt; (what naming convention is this? did you really have to condense &lt;CODE&gt;shared&lt;/CODE&gt; to &lt;CODE&gt;shrd&lt;/CODE&gt;?)&amp;nbsp;— this is a perfect way to confuse someone who wants to figure out what problem the MIC device is actually meant to solve. Also, naming the variable &lt;CODE&gt;MAXSZ&lt;/CODE&gt; is a bit unfriendly when you could name a variable, say, &lt;CODE&gt;MaxElementCount&lt;/CODE&gt; or something actually readable.&lt;/P&gt;

&lt;P&gt;Just wanted to leave this feedback here in the hope it reaches whoever writes tutorials for the MIC platform.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2013 12:25:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Tutorial-quality-feedback/m-p/922447#M13458</guid>
      <dc:creator>dnesteruk</dc:creator>
      <dc:date>2013-11-28T12:25:37Z</dc:date>
    </item>
    <item>
      <title>Dmitri,</title>
      <link>https://community.intel.com/t5/Software-Archive/Tutorial-quality-feedback/m-p/922448#M13459</link>
      <description>&lt;P&gt;Dmitri,&lt;/P&gt;

&lt;P&gt;Thanks for the feedback. I'll make sure it gets to the right people.&lt;/P&gt;

&lt;P&gt;Regards&lt;BR /&gt;
	--&lt;BR /&gt;
	Taylor&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2013 14:20:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Tutorial-quality-feedback/m-p/922448#M13459</guid>
      <dc:creator>TaylorIoTKidd</dc:creator>
      <dc:date>2013-11-29T14:20:38Z</dc:date>
    </item>
  </channel>
</rss>

