Mirko Kunze
Results
12
comments of
Mirko Kunze
I've been bitten hard by getters and setters. https://stackoverflow.com/questions/79186930/leaky-abstraction-with-setters-and-getters-in-js-ts The problem is that they look like a function on the inside but like a simple property on the outside. If...
Another problem with TypeScript and getters/setters is, that it does not complain if an interface requires a field and the implementation only defines a getter or a setter and not...