ipp: flip && and || suggestion

Flip && and ||

Just now I had:

if (costlyMethod() || var == true)

and wanted:

if (var == true || costlyMethod())

Hmmph. Had to do it by hand. I'm getting unused to this :)

0

Keeps your fingers in shape. But seriously, I'll put it in version 0.3 (which might be a couple of weeks, based on other work requirements).

0

请先登录再写评论。