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

construct_info() #351

Open
moodymudskipper opened this issue Mar 30, 2024 · 0 comments
Open

construct_info() #351

moodymudskipper opened this issue Mar 30, 2024 · 0 comments
Milestone

Comments

@moodymudskipper
Copy link
Collaborator

When we construct an object we use mostly the default constructors and it takes a bit of research to know how we can tweak the output.
maybe we can have construct_info() just like we have construct_issues() (same principle, call without args for last, or call on an object).
We store in the object the constructive options that were actually used.
And a print method prints the used constructors and also fetches the other possible choices.

This way:

  • a constructive object contains the specs of how it was creates, could be useful at some point
  • we can use a workflow of default construction => construct_info() => tweak construction with minimal doc browsing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant