Yoda Condition

What Does Yoda Condition Mean?

A “Yoda condition” is when a piece of computer syntax is
inverted or swapped around, for example, where instead of declaring a variable
equal to a constant, the programmer declares a constant equal to a variable.
A key characteristic of Yoda conditions are that they do not impair the function
of the code in any way.

Advertisements

Techopedia Explains Yoda Condition

Inconsequential changes in code syntax are called Yoda conditions
because of the beloved Star Wars character who is known for inverting English
language syntax. Instead of saying something like “you will try,” Yoda says “try,
you will.” By the same token, Yoda conditions take a conventional piece of code
syntax and flip its parts around; the constant/variable change is one of the
most common. For instance, over the evolution of computer programming,
programmers have gotten used to saying things like “x = 5.” However, the
computer is just as comfortable with “5 = x.” But humans oftentimes are not – they see it as a confusing syntax change. Yoda conditions may serve no
real purpose other than being confusing, or in some cases, they may be
motivated by some perceived utility. This type of thing can also be called “Yoda notation.”

Advertisements

Related Terms

Latest Buzzwords and Jargon Terms

Related Reading

Margaret Rouse

Margaret Rouse is an award-winning technical writer and teacher known for her ability to explain complex technical subjects to a non-technical, business audience. Over the past twenty years her explanations have appeared on TechTarget websites and she's been cited as an authority in articles by the New York Times, Time Magazine, USA Today, ZDNet, PC Magazine and Discovery Magazine.Margaret's idea of a fun day is helping IT and business professionals learn to speak each other’s highly specialized languages. If you have a suggestion for a new definition or how to improve a technical explanation, please email Margaret or contact her…