-
Notifications
You must be signed in to change notification settings - Fork 2
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
ComputingConfiguration objects mutability #5
Comments
@vreuter what do you think? |
I don't have a clear picture of the use case(s). Do you have an example? |
well, |
Right, I meant blocks of code, like where and what substitutions will be made to introduce |
It was a month ago and I don't exacly recall what I meant. But I think the question was if we should allow this, for example:
Or the |
Well in general I prefer things to be immutable, but in this case it's sort of a feature of the |
ok then maybe we think of the 'packages' section as immutable, and the |
Should the objects of
ComputingConfiguration
class be mutable (the original compute settings changed in the object)? Or should it always keep the original settings and new can be added/updated on the fly, when the submission script is being created?The text was updated successfully, but these errors were encountered: