inspirehep / inspire-schemas

Inspire JSON schemas and utilities to use them.
GNU General Public License v2.0
8 stars 26 forks source link

builders: refactor using inheritance #385

Closed jacquerie closed 4 years ago

jacquerie commented 5 years ago

Code duplication of helper methods such as _ensure_field led to subtly diverging implementations across the builders. Let's put a stop to this by making all record builders inherit from a single RecordBuilder class containing the implementation of these helper methods.

michamos commented 4 years ago

Thanks @jacquerie!