You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This collides with the copy method of python's lists. We should rename these. The current implementation in #293 adds a _ as suffix to relevant methods.
I think this looks not to bad. What are your concerns? run_layer -> run command on this layer?
If this not fully means the thing you can maybe run_on_layer or add_command_layer.
In general the method names should spell what the method does and if run_layer or from_layer don't convey the right meaning, either we are not always working with layers or the original run/from are also not clear.
Example: copy -> buildah copy command.
This collides with the copy method of python's lists. We should rename these. The current implementation in #293 adds a _ as suffix to relevant methods.
Methods:
@vulder suggested to use _layer suffix.
This fixes ambiguous naming of methods but looks horrible when used in project's declarative part:
The text was updated successfully, but these errors were encountered: