Skip to content

separate field extraction and object init #4

@asmodehn

Description

@asmodehn

We want to separate:

  • the logic of extracting fields from an object
  • the logic of building an object from fields.

At the moment both are done by the sanitizer.
Because of it, we are not able to use the logic of extracting field inside a message type __init__ method.

Reviewing the structure for this should allow to simplify the code.

It might be best to do that after using contracts (instead of our acceptor implementation)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions