Hacker News new | ask | show | jobs
by laserlight 79 days ago
person.Age is easier to understand than p.Age regardless of the loop size.
1 comments

Another point of view: ideally it would just be "Age". But in languages that don't have the ability to "open" scopes, one might be satisfied p.Age, being "the age". I've also seen $.age and it.age, in languages with constructs that automatically break out "it" anaphora.