Saturday, July 28, 2012

Software coding jargon

An interesting list of new coding jargon: http://umumble.com/blogs/Programming/321/ (or check out this page for the original content: http://www.stackprinter.com/questions/new-programming-jargon-you-coined.html)

(The page is originally from StackOverflow, but that question was deleted and hence the link to stack-printer).

One of my favorites:
"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".

No comments: