opendp / dp-wizard

Web application that makes data releases that satisfy differential privacy using the OpenDP Library
MIT License
0 stars 1 forks source link

More OO for templates #162

Closed mccalluc closed 5 days ago

mccalluc commented 1 week ago

We have:

and

with a lot duplicated between the pairs of functions. Try to refactor this in a more OO way, with the shared logic in a super class.