IG RFE

'Constant on right side of comparison' Can you add a flag to ignore if
it is null

data == null gets flagged, but I don't think I will ever get comfortable
with seeing
null == data.

0
Avatar
Permanently deleted user

On second thought, ignore this.

Norris Shelton wrote:

'Constant on right side of comparison' Can you add a flag to ignore
if it is null

>

data == null gets flagged, but I don't think I will ever get
comfortable with seeing
null == data.

0

请先登录再写评论。