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

Implement all is_valid functions #29

Open
kb173 opened this issue Sep 10, 2020 · 1 comment
Open

Implement all is_valid functions #29

kb173 opened this issue Sep 10, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@kb173
Copy link
Member

kb173 commented Sep 10, 2020

Currently, these are only empty implementations. They should be implemented so that it can always be checked whether it is possible to call functions on an object (e.g. a database or an image), so that errors can be avoided. Examples of invalid states: Database with invalid path; image with no data (due to position outside of data range); layer with invalid name.

@kb173
Copy link
Member Author

kb173 commented Dec 1, 2020

Done and tested for Database and Layer; to be done for Images. Possibly also Features, if there's a case for that?

kb173 added a commit that referenced this issue Feb 15, 2021
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