$frequencyIndicator = ($resultCount * $count) + $i++;
Quick: does $i++ return $i before or after incrementing? You shouldn't need to look crap like that up while reading code. Also, does ++ have a higher precedence than +?
« links for 2010-01-20 | Main | links for 2010-01-21 »
$frequencyIndicator = ($resultCount * $count) + $i++;
Quick: does $i++ return $i before or after incrementing? You shouldn't need to look crap like that up while reading code. Also, does ++ have a higher precedence than +?
TrackBack URL for this entry:
http://www.negativespace.net/cgi-bin/cgiwrap/negative/mt3/mt-tb.cgi/2663
This page contains a single entry from the blog posted on January 20, 2010 2:10 PM.
The previous post in this blog was links for 2010-01-20.
The next post in this blog is links for 2010-01-21.
Many more can be found on the main index page or by looking through the archives.