bughelp wantedpostponed
Repository metrics
- Stars
- (320 stars)
- PR merge metrics
- (PR metrics pending)
Description
When comparing variables with constants there are two possible approaches: if (null == variable) or if (variable == null)
Let's enforce the second one, so that constant value (string literal, null or number) is on the right side of comparison.