distfit icon indicating copy to clipboard operation
distfit copied to clipboard

Library decomposition

Open Roman223 opened this issue 1 year ago • 1 comments

Despite of well structure inside the only one .py file, it is actually not a good practice.

I faced an issue on my own and made a comparison of my code and library to figure it out (the problew was on my code). But during this process I've faced difficulties in code pattern, I had to use search in code instead of refereneces in PyCharm to navigate.

My suggestion is to use any OOP architecture. It seems it will not be too complex, since code already follows functional pattern (even blueprints for protected methods!).

If the mainainer will agree with this, I'd like to work with this.

Roman223 avatar Oct 27 '23 10:10 Roman223

Related: https://github.com/erdogant/distfit/issues/48

fkiraly avatar Apr 24 '24 12:04 fkiraly