|
|
|
|
|
by yen223
2495 days ago
|
|
I work with Python in my day job. It is very possible to add tons of abstraction on top of a Python codebase. In fact, I would argue that it is very easy to do just that in Python, thanks to a combination of dynamic types and mutable state everywhere. With Python, I find it's easy to understand what individual lines are doing, but really hard to understand what the codebase is attempting to do as a whole. |
|