Skip to content

Add 'Lazy' feature to Macros #15

Description

@71

The Cometary.Macros extension should declare a Lazy class that allows inline declaration of a variable that gets lazily computed.

If possible, Macros should be able to modify whole method / property bodies, in order to be better implemented, thus allowing lazy properties without the use of the Lazy class, but using a backing field, and a boolean.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions