|
|
|
|
|
by hbrn
1028 days ago
|
|
> Python is very difficult to maintain when you program goes over 100k lines of code, while the static type system of c++ is good for millions I see this argument a lot, but people often forget that Python is very concise (yet readable) compared to other languages. 100k LOC in Python typically contains way more business logic than C++, so it is only natural to be harder to maintain. |
|