[Python-ideas] "Immutable Builder" Pattern and Operator
Cory Benfield
cory at lukasa.co.uk
Mon Jan 23 04:32:02 EST 2017
More information about the Python-ideas mailing list
Mon Jan 23 04:32:02 EST 2017
- Previous message (by thread): [Python-ideas] "Immutable Builder" Pattern and Operator
- Next message (by thread): [Python-ideas] "Immutable Builder" Pattern and Operator
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> On 22 Jan 2017, at 22:45, Soni L. <fakedme+py at gmail.com> wrote: > > This pattern is present in the cryptography module already with things like their x509.CertificateBuilder: https://cryptography.io/en/latest/x509/reference/#cryptography.x509.CertificateBuilder <https://cryptography.io/en/latest/x509/reference/#cryptography.x509.CertificateBuilder>. My 2c, but I find that code perfectly readable and legible. I don’t think a dot-equals operator would be needed. Cory -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-ideas/attachments/20170123/c4e7d09f/attachment.html>
- Previous message (by thread): [Python-ideas] "Immutable Builder" Pattern and Operator
- Next message (by thread): [Python-ideas] "Immutable Builder" Pattern and Operator
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list