diffsync icon indicating copy to clipboard operation
diffsync copied to clipboard

Remove need to call `add_child` AND `add`

Open Kircheneer opened this issue 2 years ago • 0 comments

Environment

  • DiffSync version:

Proposed Functionality

Have add_child implicitly call add, removing the need for both calls.

Use Case

I don't think there is use in doing both separately as they always have to be done anyway, this would make the interface easier.

Kircheneer avatar Aug 15 '23 14:08 Kircheneer