A way to group blocks of generated output
Open
enhancement
- Dominant language
- Dart
- Stars
- 489
- Forks
- 88
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 10
Description
## Motivation
Some users are particularly interested in the organization of generated output code. Within a single module, there can be a desire to group together certain logic in the output.
## Desired solution
Some way of grouping in-line modules so that they can be located together in generated outputs.
## Alternatives considered
- Maybe a class which takes a list of objects as a constructor. This would need to potentially take modules, assignments, etc.
- Maybe some sort of tagging mechanism?
Contributor guide
Assessment
This issue has not been assessed yet.