-
-
Notifications
You must be signed in to change notification settings - Fork 34
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-readable meta-data (title, description, examples) to registry entries #405
Comments
I think a registry without human-readable (natural language) metadata will have a lot of unstructured comments in it. I support adding fields like |
Imo a bad idea from a maintenance point of view. Much better to have
localized descriptions in 1 or more separate files.
…On Sat, Jul 29, 2023, 14:00 Addison Phillips ***@***.***> wrote:
I think a registry without human-readable (natural language) metadata will
have a lot of unstructured comments in it.
I support adding fields like title or description to assist in making the
registry (and specific implementations of the registry) usable. However, if
we add these fields, we should definitely do so in an internationalized
way--allowing multiple descriptions in different languages and with
language tags (even if the default registry comes with lang="und" or
lang="en" only)
—
Reply to this email directly, view it on GitHub
<#405 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACJLEMBT2EKKRQNN6W4MIH3XSV2WBANCNFSM6AAAAAAZ4U5KDQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
+1 to separate files I would also add URLs. Quite useful, and if we don't have something dedicated then people will dump them in |
I didn't specify the exact mechanism, but we should hew to best practices in this space. True documentation should live in documentation space. Machine readable documentation should not overlook what's needed. That is, if we have: <function>
<description>This does something useful...</description> We should do: <function>
<description xml:lang="en">This does something useful...</description> I support providing URLs. |
@eemeli per our slack conversation Monday, see the preceding comments... |
Resolved in #533. |
A follow-up to #368.
The current draft of the registry spec omits all human-readable descriptions. @aphillips noted in #368 (comment):
The text was updated successfully, but these errors were encountered: