Skip to content

Be careful when moving structured data types between static and builders #52

@jpsember

Description

@jpsember

The canonical problem example is:

A data class has an array of integers, foo.

A static object, T, when converted to a builder, B, the builder should be given a copy of T.foo, so that inserting or deleting items from B.foo doesn't affect T.foo.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions