Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
New names:
do_build_clone -> deep_copy
|
build_clone -> deep_copy_with_checks
|
 |
do_get_copy -> shallow_copy
|
get_copy -> shallow_copy_with_checks
|
Make deep_copy() and shallow_copy() protected if possible.
And, with a separate commit:
clone_item -> clone_constant
|