Archive for May 16th, 2007
Daily Archive
Wednesday, May 16th, 2007
“Different” use of the ternary
Amusing use of the ternary from our codebase..
log.debug( ( randomize ? “R” : “Not r” ) + “andomizing content” );
:)
Amusing use of the ternary from our codebase..
log.debug( ( randomize ? “R” : “Not r” ) + “andomizing content” );
:)