|
|
|
|
|
by ipython
306 days ago
|
|
I find list and dict comprehensions are a lot less error prone and more robust than the “manual” alternatives. I would say unless you have a good reason to do so, features such as meta classes or monkey patching would be top of list to avoid in shared codebases. |
|
I find them easier to understand and explain, too.