Tag

object copying

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Oct 1, 2023 · Fundamentals

Understanding Deep Copy and Shallow Copy in Python 3

This article explains the concepts, differences, and practical code examples of deep copy and shallow copy in Python 3, illustrating how each method works, their impact on nested objects, and how to apply them in API automation parameterization scenarios.

Programming Fundamentalsautomationdeep copy
0 likes · 7 min read
Understanding Deep Copy and Shallow Copy in Python 3
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jun 22, 2017 · Frontend Development

Mastering Deep vs Shallow Cloning in JavaScript and jQuery

This article explains the difference between deep and shallow cloning in JavaScript, illustrates how reference types affect object copies, demonstrates practical implementations using loops, Array.concat, and jQuery.extend, and shows visual examples to help developers avoid common pitfalls when merging objects.

JavaScriptdeep clonejQuery
0 likes · 4 min read
Mastering Deep vs Shallow Cloning in JavaScript and jQuery