Sunday, May 8th, 2011 01:14 am
random coding note
When you know you've been coding too long.
var x = (condition)?option1:option2;
And here I have been writing my if/else statements out like a sucker. Are they stackable?
You know, there's a fair to good chance I am now thinking in variables. Goddamn googledocs and their addictive google apps scripts. Does anyone else play with them?
var x = (condition)?option1:option2;
And here I have been writing my if/else statements out like a sucker. Are they stackable?
You know, there's a fair to good chance I am now thinking in variables. Goddamn googledocs and their addictive google apps scripts. Does anyone else play with them?