<?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"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: I need javascriptGuru for a good-looking code.</title>
		<atom:link href="http://cycling74.com/forums/topic/i-need-javascriptguru-for-a-good-looking-code/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/i-need-javascriptguru-for-a-good-looking-code/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 18:52:26 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/i-need-javascriptguru-for-a-good-looking-code/#post-40921</guid>
					<title><![CDATA[I need javascriptGuru for a good-looking code.]]></title>
					<link>http://cycling74.com/forums/topic/i-need-javascriptguru-for-a-good-looking-code/#post-40921</link>
					<pubDate>Wed, 19 Nov 2008 07:37:10 +0000</pubDate>
					<dc:creator>nicolas danet</dc:creator>

					<description>
						<![CDATA[
						<p>Hello maxers,</p>
<p>I learn alone maxMsp. I&#8217;m not a genius in coding, i&#8217;m a cook. Here a question, stupid (i have severals like that), but :</p>
<p>i often declare variable to clear up the code :</p>
<p>function toto (a,b,c)<br />
 {<br />
   var k = Math.floor(a/340);<br />
   var l = Math.floor(b+54);<br />
   var m = Math.floor(c/32);<br />
   return (k, l, m) ;<br />
 }</p>
<p>instead of :</p>
<p>function toto (a,b,c) {<br />
return (Math.floor(a/340), Math.floor(b+54), Math.floor (c/32));<br />
}</p>
<p>do you think it&#8217;s a bad habit ?  is it heavy for memory allocation (with hundreds of function) or is it just insignificant for modern computer.</p>
<p>I can&#8217;t find answer in books, so any wise man ?</p>
<p>thanks, ciao.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/i-need-javascriptguru-for-a-good-looking-code/#post-145245</guid>
					<title><![CDATA[Re: I need javascriptGuru for a good-looking code.]]></title>
					<link>http://cycling74.com/forums/topic/i-need-javascriptguru-for-a-good-looking-code/#post-145245</link>
					<pubDate>Wed, 19 Nov 2008 08:00:26 +0000</pubDate>
					<dc:creator>Emmanuel Jourdan</dc:creator>

					<description>
						<![CDATA[
						<p>On 19 nov. 08, at 08:37, nicolas wrote:</p>
<p>> do you think it&#8217;s a bad habit ?  is it heavy for memory allocation  <br />
> (with hundreds of function) or is it just insignificant for modern  <br />
> computer.</p>
<p>
IMHO when you write code, it&#8217;s a better habit to make your code  <br />
readable. If you have performance issue, you can optimize later.</p>
<p>ej</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/i-need-javascriptguru-for-a-good-looking-code/#post-145246</guid>
					<title><![CDATA[Re: I need javascriptGuru for a good-looking code.]]></title>
					<link>http://cycling74.com/forums/topic/i-need-javascriptguru-for-a-good-looking-code/#post-145246</link>
					<pubDate>Wed, 19 Nov 2008 08:02:02 +0000</pubDate>
					<dc:creator>Synthesizer Patel</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Nicolas,</p>
<p>That&#8217;s not a bad habit, it&#8217;s preferable in terms of readability that  <br />
you do so &#8212; essentially, 4 months from now when you go back to make a  <br />
change in your code it&#8217;ll be easier to read and to figure out what you  <br />
were thinking at the time.</p>
<p>The impact on the computer isn&#8217;t going to be that big as after the  <br />
function completes execution those variables will be cleaned up  <br />
automatically so they don&#8217;t accumulate over time.</p>
<p>-n</p>
<p>
On Nov 18, 2008, at 11:37 PM, nicolas wrote:</p>
<p>><br />
> Hello maxers,<br />
><br />
> I learn alone maxMsp. I&#8217;m not a genius in coding, i&#8217;m a cook. Here a  <br />
> question, stupid (i have severals like that), but :<br />
><br />
> i often declare variable to clear up the code :<br />
><br />
> function toto (a,b,c)<br />
> {<br />
>   var k = Math.floor(a/340);<br />
>   var l = Math.floor(b+54);<br />
>   var m = Math.floor(c/32);<br />
>   return (k, l, m) ;<br />
> }<br />
><br />
> instead of :<br />
><br />
> function toto (a,b,c) {<br />
> return (Math.floor(a/340), Math.floor(b+54), Math.floor (c/32));<br />
> }<br />
><br />
> do you think it&#8217;s a bad habit ?  is it heavy for memory allocation  <br />
> (with hundreds of function) or is it just insignificant for modern  <br />
> computer.<br />
><br />
> I can&#8217;t find answer in books, so any wise man ?<br />
><br />
> thanks, ciao.<br />
></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/i-need-javascriptguru-for-a-good-looking-code/#post-145247</guid>
					<title><![CDATA[Re: I need javascriptGuru for a good-looking code.]]></title>
					<link>http://cycling74.com/forums/topic/i-need-javascriptguru-for-a-good-looking-code/#post-145247</link>
					<pubDate>Wed, 19 Nov 2008 17:09:52 +0000</pubDate>
					<dc:creator>nicolas danet</dc:creator>

					<description>
						<![CDATA[
						<p></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

