Grouping aspects by domain #651
Unanswered
aShabat
asked this question in
Help - Issues / Problem Solving / How To
Replies: 1 comment 1 reply
|
Den supports nesting aspects, so |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm curious how do people do this. For example I have a collection of shell-related aspects: fish, zoxide, eza, starship, ... I don't want to write them all in includes for users, so i group them in
den.aspects.shell. I'm thinking of other ways to organize them, like:den.aspects.shell.includes = [ {this aspect} ]to each aspect fileden.aspects.shellden.aspects.shelland automatically include them in the main aspect itselfIs there maybe more idiomatic way for grouping aspects together?
All reactions