Closed yasuiniko closed 1 week ago
@andnp what do you think?
Strong agree on the second. Unsure about the first. I believe that standard practice for python libraries is that source code is located in <library_name>/*.py
That works for me! I removed the task about the folder structure to focus on the renaming.
Some reorganization that I think would help
./src/ml_experiment/...
instead of./ml_experiment/...
This is the default that is expected by pytest and setuptools.~~[ ]
part_definition.py
instead ofPartDefinition.py
. This avoids confusion between module names and class names — doestests/test_PartDefinition.py
testPartDefinition.py
, or thePartDefinition
class?