-
-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
discussiontopic under discussion and collective analysistopic under discussion and collective analysis
Description
Writing some documentation I found that we have
# simple copy to
When I copy '' to ''
# copy in object
When I copy '' in ''
When I copy named by '' in ''
When I copy '' to '' in ''
# copy from object
When I copy '' from '' to ''
# copy from object into another object
When I copy '' from '' in ''
# copy changing encoding
When I copy '' as '' in ''
When I copy '' as '' to ''
# more table related
When I copy contents of '' in ''
When I copy contents of '' named '' in ''
that seem fine to me, while I think we can deprecate the following
-
since we have
When I create copy of '' from '' When I create copy of '' from dictionary ''
When I copy '' from '' to ''
that is simpler and powerful -
by creating
When I create copy of object named by '' from dictionary ''
When I copy named by '' from '' to ''
-
by making
When I create copy of element '' from array ''
When I copy '' from '' to ''
to support numbers as position and array as source (not much work) -
by creating
When I create copy of last element from ''
When I copy last element from '' to ''
In this way all the copy
statements will follow that same format
Metadata
Metadata
Assignees
Labels
discussiontopic under discussion and collective analysistopic under discussion and collective analysis