From: Felipe Contreras <hidden> Date: 2016-06-15 22:57:05
On Tue, Apr 30, 2013 at 5:00 PM, Junio C Hamano [off-list ref] wrote:
What is a Yoda condition?
---
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".
---
--
Felipe Contreras