Every time I write a `class` statement in Python now, I wonder about this: https://blog.glyph.im/2023/02/data-classification.html
@glyph I mean that’s _one_ way to end a friendship…
@hynek I'd be a lot happier if dataclasses copied attrs's features more precisely (and if there is serious ensuing discussion, I'll be advocating for a second look at some of those, particularly "private" variable handling), but "defining classes" is one of those places where there's a fair amount of benefit to following the language standard even if it's suboptimal.
@hynek /me waves his arms vaguely in the direction of pretty much every Scheme implementation