Re: [Python-ideas] Adding new lines to "Zen of Python"

2017-09-11 Thread Thomas Güttler
Am 08.09.2017 um 14:47 schrieb Thomas Güttler: I curious if there are any plans to update the "Zen of Python". What could be added to the "Zen of Python"? What do you think? I like this one: "Bad programmers worry about the code. Good programmers worry about data structures and their relati

Re: [Python-ideas] Adding new lines to "Zen of Python"

2017-09-08 Thread Carl Smith
Rather than 'update' the Zen of Python, it seems better to create something original, maybe derived from the Zen, and see if it becomes popular in its own right. It'd be fun to see extensions and alternatives, but there's no reason to change a classic work that helped to define the culture. Sorry

Re: [Python-ideas] Adding new lines to "Zen of Python"

2017-09-08 Thread Terry Reedy
On 9/8/2017 8:47 AM, Thomas Güttler wrote: I curious if there are any plans to update the "Zen of Python". What could be added to the "Zen of Python"? What do you think? "Zen of Python" is a published (in the stdlib), free-verse poem by Tim Peters. As a unitary work of art, it is not something t

Re: [Python-ideas] Adding new lines to "Zen of Python"

2017-09-08 Thread Wes Turner
Maybe something over-pretentious like: If it's not automatically tested, it's broken. Or: Tests lie; and you need them. Or: Achieve reproducibility and eliminate quality variance with tests. On Friday, September 8, 2017, Sven R. Kunze wrote: > On 08.09.2017 15:20, M.-A. Lemburg wrote:

Re: [Python-ideas] Adding new lines to "Zen of Python"

2017-09-08 Thread Sven R. Kunze
On 08.09.2017 15:20, M.-A. Lemburg wrote: On 08.09.2017 14:47, Thomas Güttler wrote: I curious if there are any plans to update the "Zen of Python". What could be added to the "Zen of Python"? What do you think? Only the Zen Master can decide on this one and it appears there's only room for o

Re: [Python-ideas] Adding new lines to "Zen of Python"

2017-09-08 Thread M.-A. Lemburg
On 08.09.2017 14:47, Thomas Güttler wrote: > I curious if there are any plans to update the "Zen of Python". > > What could be added to the "Zen of Python"? > > What do you think? Only the Zen Master can decide on this one and it appears there's only room for one more aphorism, but I guess that'

Re: [Python-ideas] Adding new lines to "Zen of Python"

2017-09-08 Thread Michel Desmoulin
Zen would suppose to remove things from it, not add. Le 08/09/2017 à 14:47, Thomas Güttler a écrit : > I curious if there are any plans to update the "Zen of Python". > > What could be added to the "Zen of Python"? > > What do you think? > > Regards, > Thomas Güttler > > > > _

[Python-ideas] Adding new lines to "Zen of Python"

2017-09-08 Thread Thomas Güttler
I curious if there are any plans to update the "Zen of Python". What could be added to the "Zen of Python"? What do you think? Regards, Thomas Güttler -- Thomas Guettler http://www.thomas-guettler.de/ I am looking for feedback: https://github.com/guettli/programming-guidelines ___