Some of the methods of class abcdstats.workflow.Basic are quite long. To the extent that they are simply one step followed by another, each step could be its own method. This should help with code readability, avoiding code duplication, and with unit testing (of the now single-step methods).
Some of the methods of
class abcdstats.workflow.Basicare quite long. To the extent that they are simply one step followed by another, each step could be its own method. This should help with code readability, avoiding code duplication, and with unit testing (of the now single-step methods).