Archive for May 16th, 2007

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” );
:)

1 Comment » - Posted in Java, Programming by dkaz