AlessandroLovo / general_purpose

Set of general purpose python functions
MIT License
2 stars 0 forks source link

Move some functions out of utilities #7

Open AlessandroLovo opened 1 year ago

AlessandroLovo commented 1 year ago

Some functions are too specific to be in utilities

AlessandroLovo commented 1 year ago

Utilities is too generic and contains too much stuff: it should be split into more specific files. This may be annoying for backward compatibility though... Maybe leave utilities.py with from <file> import *