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

Refactor xtcedef.py into sub modules #34

Open
medley56 opened this issue Mar 20, 2024 · 0 comments
Open

Refactor xtcedef.py into sub modules #34

medley56 opened this issue Mar 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@medley56
Copy link
Owner

The xtcedef.py module is about 2500 lines of code and the accompanying test module is about 1800. These are too big and make navigating the codebase annoying.

Refactor xtcedef and its test module to split up into different groups. Perhaps:

  • common classes (e.g. ABCs)
  • exceptions
  • encodings
  • parameter_types
  • parameters

Could put the top level XtceDefinition class either in init.py or in its own submodule.

@medley56 medley56 added the enhancement New feature or request label Mar 20, 2024
@medley56 medley56 added this to the Version 5.0.0 Release milestone Mar 20, 2024
@medley56 medley56 changed the title Refactor xtcedef.py into sub modules Refactor xtcedef.py into sub modules Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant