Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
TypeScript 5.0 Beta
(devblogs.microsoft.com)
14 points
by
m90
3 years ago
| 2 comments
TypeScript 5.0 Beta | Dark Hacker News
trinovantes
3 years ago
|
next
[−]
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.
dontlaugh
3 years ago
|
parent
|
next
[−]
They work pretty well in Python. If anything, I’d expect them to work even better with types.