Just noticed this come up on my Facebook news feed – how to code assignment statements when programming (not in T-SQL): if (foo == 4) then … if (4 == foo) then … #1 is the most natural way to write the conditional expression, but has a *massive* potential for introducing bugs that are very, [...]