Hacker News new | ask | show | jobs
by fake-name 2828 days ago
As someone who writes basically only C++ and Python, that code looks like a nightmare.
1 comments

Python has the `@property` decorator, which effectively disguises method calls as attribute access. To me, that's as bad, if not worse, than the ruby code posted above.