-
Notifications
You must be signed in to change notification settings - Fork 188
[ENH] Add human statement to emphasize that _desc is the last entity #1915
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
base: master
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1915 +/- ##
=======================================
Coverage 82.71% 82.71%
=======================================
Files 20 20
Lines 1608 1608
=======================================
Hits 1330 1330
Misses 278 278 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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 |
Dismissing my review request, as I don't think this should be in the spec, and I don't have a suggestion to make that would get me to approve this. I won't block, however, so others are welcome to review. IMO this should be part of contribution guidelines. |
I will place "groupping" aspect aside for now, and that our order of entities is not necessarily "groupping friendly" if we think about To be true to myself and to my hate of duplication, here indeed we are doing exactly that -- duplicating machine-readable schema in English. But, at large, the entire text for bids-specification is just that -- human explanation of what we are encoding in the schema and we cannot always |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In terms of derivative ExG data that I have worked on, this pretty much makes sense.
Co-authored-by: Chris Markiewicz <[email protected]>
Partially addresses #1895
attn @arokem