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
It is a bad idea to compare strings with is operator, isn't it?
In one of the projects I'm getting errors because strings cannot be properly compared. I use regex as a workaround, but it seems like an overkill for my case, where I compare simple strings, nothing fancy
The text was updated successfully, but these errors were encountered:
Hello there
Thank for the great package. Gets really handy in my current projects :)
However, I'm wondering if following piece of code was intentionally written or it is just an logical error(?)
It is a bad idea to compare strings with
is
operator, isn't it?In one of the projects I'm getting errors because strings cannot be properly compared. I use regex as a workaround, but it seems like an overkill for my case, where I compare simple strings, nothing fancy
The text was updated successfully, but these errors were encountered: