is there ever a case where we want to use `@frozen...
# development
h
is there ever a case where we want to use
@frozen_after_init
but not
@dataclass(unsafe_hash=True)
? if not, we should clarify that in the tool tip in https://www.pantsbuild.org/v2.0/docs/rules-api-concepts
h
I don’t think so. You’re expected to use both together
updated