Skip to main content
Post Made Community Wiki
Source Link
Uwe Keim
  • 347
  • 4
  • 14

ReSharper in VS.NET sometimes suggests to replace if...else with the ?: operator.

It seems that ReSharper suggests only if the conditions/blocks are below a certain complexity level, otherwise it sticks with if...else.