Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Organize code base #13

Closed
binyamin555 opened this issue Jan 24, 2023 · 0 comments · Fixed by #20
Closed

Organize code base #13

binyamin555 opened this issue Jan 24, 2023 · 0 comments · Fixed by #20

Comments

@binyamin555
Copy link
Member

In the current project layout, all functionalities written in Python are placed in the package's __init__.py file.
This makes things compact on the one hand, but a bit messy on the other hand.

We should probably split the functionalities, so each one has its own file.

Mainly:

  • Builtin-extensions
  • Extension tools (extension decorator and the extend_type_with function)
  • Core utilities (i.e. the functions which should not be used by users, such as get_builtin_type_dict, which, BTW, should be renamed)
@elazarcoh elazarcoh added this to the Initial release milestone Jan 24, 2023
This was referenced Jan 25, 2023
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 a pull request may close this issue.

2 participants