jinnantonnixx Posted May 24, 2016 Posted May 24, 2016 https://blog.codinghorror.com/new-programming-jargon/ 3
ThePurpleK Posted May 27, 2016 Posted May 27, 2016 Yoda conditions I've seen before. They're awesome, especially for PHP and other C-style languages where accidentally dropping off a comparison operator can be an issue. For example: if (x = 3) { will work, whereas: if (3 = x) { will result in an error. Truly lifesaving.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now