On Wed, Feb 9, 2022 at 2:49 PM Robin Chalas <robin.cha...@gmail.com> wrote:

> Another target I can think of: inheritance-based proxy classes.
>

As an author and long-term maintainer of libraries that generate those
proxy classes: please do not introduce `__debugInfo()` or similar
complexity on them.

Proxies are complex, annoying, necessary (with measure), but debugging them
shouldn't be harder than it already is.

I wouldn't implement `__debugInfo()` nor `__debugType()` on them, ever.

Marco Pivetta

http://twitter.com/Ocramius

http://ocramius.github.io/

Reply via email to