Comment on Rye LanguageparentComments−hahajk2yHa, 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.−BiteCode_dev2yAttribute access and method access don't imply the same consequences on perfs and side effects, I like to know which is which.
Comments
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.
Attribute access and method access don't imply the same consequences on perfs and side effects, I like to know which is which.