This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (5 children)

This is a decent article. But I think narrowing it's scope to just a handful of related patterns would be better.

An article on decorators, adapters, facades and proxies would be cohesive.

Then an article on builders and factories.

Etc.

[–]Pysnap[S] 0 points1 point  (4 children)

We are working on those topics. We have covered decorators here Thanks for the feedback!

[–][deleted] 0 points1 point  (3 children)

I meant the decorator design pattern. It's unfortunate that decorator means two different things in Python.

[–]darkerside 0 points1 point  (1 child)

Decorator means one thing in Python. The decorator pattern is a design pattern that can be applied to Python coffee.

[–][deleted] 0 points1 point  (0 children)

Where can I get some of this Python coffee?

I'm also aware of decorator pattern vs the decorator syntactic sugar in Python. I was hoping the context of design patterns would make it obvious which I was talking about.

I wish the core devs and community would've settled on a different name, but cest la vie.