lib-re / dublin-core-text-parser

Cataloguing tool for converting specially formatted text files containing dublin core metadata into various formats
MIT License
6 stars 0 forks source link

Refactor Export to reduce weight and duplication #43

Open atla5 opened 7 years ago

atla5 commented 7 years ago

The way it's currently built, each ConcreteExporter will run it's own copy of the AbstractExporter.

This is inefficient and should be swapped out for a brand of the Strategy implementation which calls a single Explorer which calls the multiple sub-functions independently.