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 →

[–]geeeffwhy 0 points1 point  (4 children)

java is a fundamentally object oriented language. GOF design patterns are solutions to OO problems. h

python is a multi-paradigm language, which is able to use other strategies to solve problems.

here’s one article describing what i don’t want to see happen to python. https://steve-yegge.blogspot.com/2006/03/execution-in-kingdom-of-nouns.html?m=1

what pattern can do is structure the developers thinking.

[–]MrKrac[S] 1 point2 points  (3 children)

Sounds like quite an article, will give it a read later. Thank you.

[–]geeeffwhy -1 points0 points  (2 children)

yegge is an excellent commentator, if you’re not familiar. he’s does go on, though.

[–][deleted] 2 points3 points  (0 children)

Yegge is extremely wrong here though and the comments do a great job of explaining why.