-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add human statement to emphasize that _desc is the last entity #1915
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1915 +/- ##
=======================================
Coverage 87.23% 87.23%
=======================================
Files 16 16
Lines 1410 1410
=======================================
Hits 1230 1230
Misses 180 180 ☔ View full report in Codecov by Sentry. |
Thanks! I don't think this quite covers the issue raised in #1895 though, because this points to a specific example, without stating explicitly that this is the convention for other cases as well. Does that make sense? |
Good observation @arokem ! our problem is that we do not really introduce |
I realized the other day that I now wish that we had put
to
It seems to me that So if we have something like components and a mixing matrix that are distinguished by entity, we might prefer:
This is not grounded in a particular BEP, but just a thing to consider before we codify this. |
I think your motivation @effigies relates to fresh as a more generic rule of entities composition.
well,
as that one already would require change of the order of entities in the folders/filenames. Hence could as well be extended to the customization of entities to fit "the best" order. |
To be clear, by "grouping entity", I mean one that can be varied without changing the overall meaning of the files. Different |
Partially addresses #1895
attn @arokem