Should language document_from_text() etc. be a reference to the Document class #2183
Closed
Description
The question is whether we should have Client.document_from_foo
methods or just have Client.document
be a reference to the class Document
and then use Client.document.from_foo
.
This amounts to swapping _
for .
(i.e. no less typing) and makes a "proper noun" like Document
be referenced as an "improper noun" as a property, which is not a win IMO