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
This looks suspicious, especially if some_function returns bool.
In this case, maybe the user wanted to use filter() instead of map()?
Otherwise the map might still be redundant (if some_function() does not have side effects...).
The text was updated successfully, but these errors were encountered:
This looks suspicious, especially if
some_function
returns bool.In this case, maybe the user wanted to use
filter()
instead ofmap()
?Otherwise the map might still be redundant (if some_function() does not have side effects...).
The text was updated successfully, but these errors were encountered: