http://www.codinghorror.com/blog/2012/07/new-programming-jargon.html看到第一个就笑了
1. Yoda Conditions
Using if(constant == variable) instead of if(variable == constant), like if(4 == foo).
Because it's like saying "if blue is the sky" or "if tall is the man".