top | item 39753879

(no title)

User3456335 | 1 year ago

Interesting. Are you sure it's the language and not the programming style? There doesn't seem to be a reason to prevent you from writing maintainable Python code.

discuss

order

lostmsu|1 year ago

Reasonably sure. As soon as one of your dependencies gets a major version bump with incompatible API, the clock starts ticking.

nequo|1 year ago

I have no experience with refactoring a Python project. Wouldn’t type hints make it only somewhat more painful than refactoring Rust?