Believe it or not, i just saw this:
`if (true === true)`
^^ Old PHP site.
1–10 of 20 posts
`if (true === true)`
^^ Old PHP site.
if (obj instanceof java.lang.Object)
Dumb mistakes I've seen include commented out error checking because of a reversed greater than sign and a SQL query that deletes the whole table before rebuilding the entire thing every day
Followed by more php. #python SQL injection paradise.
sql = 'SELECT * FROM %s' % tableFollowed by more php.
Java code if (obj instanceof java.lang.Object)