Design patterns you should unlearn in Python
1–10 of 110 posts
Re: Design patterns you should unlearn in Python
#2Re: Design patterns you should unlearn in Python
#3I like the concept of the article but I’m not sure I’ve seen these in the wild.
Re: Design patterns you should unlearn in Python
#4I like the concept of the article but I’m not sure I’ve seen these in the wild.
Re: Design patterns you should unlearn in Python
#5Re: Design patterns you should unlearn in Python
#6Python in practice: there is more ways of doing it than in any other programming language.
Oh Python, how I love and hate you.
Re: Design patterns you should unlearn in Python
#7I like the concept of the article but I’m not sure I’ve seen these in the wild.
...especially annoying if it's only used in one continuous chain: https://github.com/bikram990/PyScep/blob/8d80bc03368ea8dc6ea...
Re: Design patterns you should unlearn in Python
#8The Zen of Python: there should be one obvious way to do things. Python in practice: there is more ways of doing it than in any other programming language. Oh Python, how I love and hate you.
Re: Design patterns you should unlearn in Python
#9I like the concept of the article but I’m not sure I’ve seen these in the wild.
It's more like "if switching from Java to Python". I've also never seen anyone writing Python do this.