REQUEST A DEMO

My nomination for worst variable name ever: else_bool

RibbonWhile pair-programming this week, Kevin and I ran into this:

Dim else_bool As Boolean

<snip>

else_bool = Convert.ToInt32(pv2_rec(“part_good_qty”).NetValue) > 0

else_bool!

Whiskey Tango Foxtrot!

Um, how about isGoodQuantityAvailable?

And yes, since we refactor mercilessly, we changed it.  Our code base is better today than it was yesterday.