This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients adelfino, ammar2, benjamin.peterson, docs@python, methane
Date 2018-06-17.16:57:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAEfz+Tyc4N+GKY0gGjhj+h1piPX8_aHUPGFKt8sKPDzfpQJ0jQ@mail.gmail.com>
In-reply-to <1529251021.03.0.56676864532.issue33872@psf.upfronthosting.co.za>
Content
Andrés Delfino <report@bugs.python.org>:

>
> Andrés Delfino <adelfino@gmail.com> added the comment:
>
> IMHO, if we deem it useful for users not to expect the time complexity of
> a linked list for list elements access to the extent of adding a comment in
> the glossary, there's no reason it isn't useful to someone who is reading
> the actual list definition.

I didn't deny "it is useful to someone."

I just worry about adding many random notes "useful to someone" in document
"everyone" reads.  It's worse than nothing.

When writing document for wide readers, adding such "useful to someone"
note is bad idea.
We should focus on "important to everyone" or "critical for someone".

Moreover, I don't see the reason why someone would read the list glossary
> entry after reading the list definition.
>

That's why "useful to only someone" information can be noted on glossary,
but no on main document.

I believe glossary entries should be a (rather small) subset of the topics
> they touch.
>

I don't think so. Glossary is the best place to document "no definition,
but used conventionally" word which is not defined in other document

Current glossary has random tips and notes like this.  They don't bother
readers of main document.

I don't think "document in glossary" is not enough reason to add it on main
definition, because it may lead bad S/N ratio.

Of course, if it's very common pitfall for many people, it's worth enough
to note in the definition.

But IList in C# is sequence and LinkedList doesn't implement it. If many
people feel the word "list" implies "linked list", why they choose the name
"IList"?  That's why I think the note is only for someone, not for
 most readers.

So I'm -0.5 on adding it in list definition, and +0 on removing it from
glossary.
History
Date User Action Args
2018-06-17 16:57:13methanesetrecipients: + methane, benjamin.peterson, docs@python, ammar2, adelfino
2018-06-17 16:57:13methanelinkissue33872 messages
2018-06-17 16:57:13methanecreate