maybe enclose the sensitive data in a wrapper that...
# announcements
a
maybe enclose the sensitive data in a wrapper that redacts its value, and then you can include those in data classes freely (kind of like how some apps put passwords in character arrays just to hide the default toString output)
m
That’s a cool idea, I’m going to try this