|
|
|
|
|
by gshrikant
3029 days ago
|
|
I’m only an amateur Python programmer so grain of salt please. Python is excellent at being intuitive and readable for the original programmer or when you’re skimming the code looking for broad logic. Not so much for the maintainer. The programmer needs to keep a lot of state in their head to make up for the type system. If you don’t have good tests, it is even harder. |
|