|
|
|
|
|
by cnity
921 days ago
|
|
Interestingly I dislike Python for the exact same reason. Every time I look at a PR, I second guess every single operator and index. Does this attribute access carry a heavy penalty or side effects? Etc. I find it adds a large mental overhead to any given piece of code. |
|
Yeah, stupid overloading like C++ IO is a mess, but I haven't encountered much such abuse in Python.