Huge chances?

I know I know the Observer Pattern. I just wanted to be sure what was the best practice in Python. I found this:

Risky Implementations: If the pattern is not implemented carefully, there are huge chances that you will end up with large complexity code.

From https://www.geeksforgeeks.org/observer-method-python-design-patterns/

With all the complex code out there having “risky implementations” the observer pattern is one of the mildest.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.