Hacker News new | ask | show | jobs
by jmisavage 2224 days ago
A lot of these apply to other frameworks too especially Angular, which has a very unhealthy love affair with decorators.
1 comments

I am curious where decorators make sense. I find them unreadable with little to gain back so I avoid writing them myself. Class extensions works for most of the use cases of decorators. I guess they are helpful when you need to modify class methods and properties.