Pokemon Exception Handling:
For when you just have to catch em all.Yoda Conditions:
the act of usingif(constant == variable)
instead ofif(variable == constant)
, likeif(4 == foo)
. Because it’s like saying “if blue is the sky” or “if tall is the man”.