StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Answers and rating deltas for

Is if (someObject == null) { continue; } better than if (someObject != null) { then do; }?

Author Votes Δ
Alexander 1 0.00
Last visited: Oct 27, 2017, 7:18:27 AM