Y
Hacker News
new
|
ask
|
show
|
jobs
by
tyilo
4442 days ago
In Obj-C you can if you would allow `a.prop == b.prop`.
1 comments
mikeash
4442 days ago
Sure, but then it's obvious that you're doing something beyond an equality comparison.
link
jacalata
4441 days ago
Do you mean it is obvious to people who know objective C? I've never used the language, but its not obvious to me just from the other c-family languages I know.
link
mikeash
4441 days ago
Yes, if you know Objective-C. If you don't know it, I wouldn't expect you to immediately grasp anything about the behavior implied by a snippet of it.
link