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

Address tech debt: appropriate sensible default values for all the different properties. #89

Open
ntoll opened this issue Apr 12, 2024 · 1 comment
Labels
pycon24 To be done for PyCon 2024 refactor An existing implementation detail needs refining

Comments

@ntoll
Copy link
Collaborator

ntoll commented Apr 12, 2024

Currently, is a value is not set, it is None, no matter its type. But if the value is meant to be, say, a list... then [] is probably better, or if a string "". We should fix this.

@ntoll ntoll converted this from a draft issue Apr 12, 2024
@ntoll ntoll added the refactor An existing implementation detail needs refining label Apr 12, 2024
@ntoll ntoll changed the title Address tech debt: appropriate not-set value for different properties. Address tech debt: appropriate sensible default values for all the different properties. Apr 16, 2024
@ntoll ntoll added the pycon24 To be done for PyCon 2024 label Apr 16, 2024
@ntoll
Copy link
Collaborator Author

ntoll commented May 29, 2024

Related #111

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pycon24 To be done for PyCon 2024 refactor An existing implementation detail needs refining
Projects
Status: Todo
Development

No branches or pull requests

1 participant