You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The description here is good, but the actual implementation suggests using "return condition" instead which is behaviour changing.
Similarly the suggestion for "return not not condition" is "return condition" which is also behaviour changing.
Rule
Do not use an if-else block when you can directly return the condition.
Example
The text was updated successfully, but these errors were encountered: