Hacker News new | ask | show | jobs
by hahajk 697 days ago
Ha, I'm the opposite. Every time I'm writing python I have to stop and think "is it response.json or response.json()?" And then I think about how Ruby (I think nicely) solved the attribute/method decision problem.
1 comments

Attribute access and method access don't imply the same consequences on perfs and side effects, I like to know which is which.