7 ms·
> Do you think having a set of opt-out functions/decorators for sensitive variables would be comforting? Opt-out is risky and I’d not want to use it in sensiti
by arafsheikh 6y ago
> Do you think having a set of opt-out functions/decorators for sensitive variables would be comforting?
Opt-out is risky and I’d not want to use it in sensitive applications.
Instead, opt-in would be as good as deliberately logging variables but without the additional log/print statements and try/catch blocks.