17

I once spotted this in our PHP code:

if (!empty("literal string")) { ... }

How did that even passed the code review process still remains a mystery.

Comments
Add Comment