|
|
|
|
|
by htlion
1479 days ago
|
|
I wholefully agree, the problem with this kind of repos is that Python already makes most patterns trivial. So you either create a trivial example that does not bring value or you introduce unnecessary abstractions for the sake of them.
I am always looking into these repos though because I am still interested in learning new Python tricks.
One of the repos that I found interesting recently is https://github.com/dry-python/returns |
|
But that's likely a me problem, I assume that for people more familiar with monads and all that jazz, it's easier to understand.