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 boxvalidator.py into smaller sub modules #234

Open
bitsgalore opened this issue Dec 22, 2024 · 0 comments
Open

Refactor boxvalidator.py into smaller sub modules #234

bitsgalore opened this issue Dec 22, 2024 · 0 comments
Assignees

Comments

@bitsgalore
Copy link
Member

bitsgalore commented Dec 22, 2024

Size of this module is getting impractical. To improve maintainability, consider:

  • Moving all codestream validation to dedicated module (e.g. codestreamvalidator.py)
  • Moving validate_icc function to dedicated module (e.g.iccvalidator.py)

Especially relevant in context of #233, which would further add to the size of boxvalidator.py.

@bitsgalore bitsgalore self-assigned this Dec 22, 2024
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

No branches or pull requests

1 participant