Skip to content

Introduce construction/extension required properties #76

@medikoo

Description

@medikoo

/cc @kamsi

It should apply to both creating new classes (extensions), and creating new instances.

Currently we have just required setting, and all it does it prevents deletion of already set properties that have required set to true.

We need a mean, through which initialization of new object (or class) will crash when some properties are not provided to constructor (still at this point I'm not sure what should be the name of property that will mark that)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions