Skip to content

Conversation

@atayyabi
Copy link

Aggregated all the file io functions under a single class in the file io.py. Originally, only the async save/load functions were under the class AIO and the regular/sync version of the save/load was outside the class as independent method. Renamed class as IO and renamed async versions of the save/load methods as async_save/async_load and then moved the regular/sync versions of the save/load methods inside the IO class.

@Kilo59
Copy link
Collaborator

Kilo59 commented Jul 27, 2021

Sorry, I don't see the benefit.
I see a lot of changes without a clear improvement in simplicity or readability.

@Kilo59 Kilo59 closed this Jul 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants