I've been doing work on web components, and I like the baseline feature.
But we're using a framework that puts decorators on everything, and that seems like a bunch of extra work for no real benefit.
So I tried to add a private field to a class and the build broke because "Private fields in decorated classes are not supported yet", and I'm just like: what are we even doing?
I swear, the tools get in the way as often as they help.
a Schelling point for those who seek one
So I tried to add a private field to a class and the build broke because "Private fields in decorated classes are not supported yet", and I'm just like: what are we even doing?
I swear, the tools get in the way as often as they help.