12.07.2012, 17:06
This thread seems legit... Its like, someone writes scripts like:
if ( something[ id ] == value )
others
if (something[id] == valie)
others
if(something[id]==value)
etc.. Its totally the same, if this way for ME looks better, and I dont want to look MY script for ME ugly, I write scripts like that.
if ( something[ id ] == value )
others
if (something[id] == valie)
others
if(something[id]==value)
etc.. Its totally the same, if this way for ME looks better, and I dont want to look MY script for ME ugly, I write scripts like that.