bughelp wantedpostponed
Repository metrics
- Stars
- (320 stars)
- PR merge metrics
- (Avg merge 4d 5h) (68 merged PRs in 30d)
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.