Skip to content

[refactoring] extend the language using delegation, not adding properties to existing prototypes #51

@ngarbezza

Description

@ngarbezza

Problem
The current approach mutates the prototypes, and this can lead to problems related with overrides.

Proposed solution
Implement a delegation approach where extensions can be in a delegate object that interacts with the original object.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions