DEV Community

Discussion on: The Mysterious Double Tilde (~~) Operation

Collapse
 
georgewl profile image
George WL

I think bitwise operations are always a bad idea.

If someone can't read it and guess what it does, then it shouldn't be used.

Collapse
 
asadm profile image
Asad Memon • Edited

You are right. It depends, as I said.

I used it because of perf gains I needed. Maybe a comment explaining the code line would be a good compromise for situations like this.