I love the ternary operator.  It’s so terse and clever.  It’s been my bread and butter for years.  It does things no other operator can do, and on three operands!  It’s really a shining example of programming language designer genius

But lately we’ve been having problems.  Things between us just aren’t working out.

I generally catch it sneaking around, hiding complexity in a quick line of seemingly meaningless symbols.  I won’t stand for it any longer. 

I hardly ever actually type it out, anyway.  I always use Resharper to craft it from an existing if statement.

It’s not that I don’t understand the ternary operator.  I do.  But as it increases the time-to-comprehension while reading and maintaining source code by even one tick, its unholy presence can accumulate an untenable viscosity in my workflow.

Reading code I’ve previously written, I find myself using Resharper to decode those same ternary operators back into if statements.

Source code should be easy to write and easy to read.  There are very few contexts in which I’ll tolerate greater terseness over comprehensibility.

Ternary operator, pack your bags.  It’s not you it’s me.