We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Task: Write a Builder class to provide a more user friendly factory for the Interface class rather than using its constructor.
Why: A large monolithic constructor is not the best experience for our users - a factory class will make using our code much more ergonomic.
Done means: The new factory is written and all regression tests are updated to use it for Interface construction.
The text was updated successfully, but these errors were encountered:
This can move forward for the CFD interface. Made interface for building easier.
Sorry, something went wrong.
Incorporated feedback; in progress. Probably needs side discussion to proceed.
ddement
deslaughter
faisal-bhuiyan
Successfully merging a pull request may close this issue.
Task: Write a Builder class to provide a more user friendly factory for the Interface class rather than using its constructor.
Why: A large monolithic constructor is not the best experience for our users - a factory class will make using our code much more ergonomic.
Done means: The new factory is written and all regression tests are updated to use it for Interface construction.
The text was updated successfully, but these errors were encountered: