exerceo
12h

I have a tendency to avoid <= >= operators because they look ugly in the code. < and > look far more elegant.

For example, I use .search("example text") > -1 instead of .search("example text") >=0 .

Comments
Add Comment