DCM @dcm.dev · Apr 14

Checking a variable for null but not using it afterwards? The "avoid-unused-after-null-check" rule flags that! If you’re not using the value, why check it? 🧐 Learn more: dcm.dev/docs/rules/c...

2 likes 0 replies

?