loinc / comp-loinc

Computational LOINC in OWL.
MIT License
13 stars 4 forks source link

Logging DRYification #88

Open joeflack4 opened 1 month ago

joeflack4 commented 1 month ago

Overview

Some / each of the builder steps print things like "start MODULE" and "finish MODULE". I suppose things could be refactored so that the logging statements for these are not in the methods themselves, but handled by the class, via a decorator, or some other way of calling the methods.

Low priority. This kind of change might also be a good opportunity for other refactoring.