TypeScript 5.0 Betadevblogs.microsoft.com 14 pointsm903 years ago2 commentsSaveHideCopy link On HNComments−trinovantes3yI'm surprised decorators are going to be a new JS feature. They look simple and helpful but every non-trivial project in other langauges that I've seen using decorators are a quagmire to understand and debug.−dontlaugh3yThey work pretty well in Python. If anything, I’d expect them to work even better with types.
Comments
I'm surprised decorators are going to be a new JS feature. They look simple and helpful but every non-trivial project in other langauges that I've seen using decorators are a quagmire to understand and debug.
They work pretty well in Python. If anything, I’d expect them to work even better with types.