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.
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.