Y
Hacker News
new
|
ask
|
show
|
jobs
by
pasquinelli
3402 days ago
how would you write a yoda conditional with two variables? which is the yoda conditional (a == b), or (b == a)?
1 comments
mikeash
3402 days ago
You can't if they're both mutable, since the whole idea of a yoda conditional is to put an immutable thing on the left side. What I meant was that you can't use them in that case, so it's a technique you can't use with 100% consistency.
link