@smolbrain Well yes, my point is that we learn better ways to build technology and we should be putting more effort into *using* those ways and making technology easier to build and maintain, rather than forever focus on features as tech debt piles on.
If that means moving to better programming languages, then so be it. And no, that doesn't necessarily mean a total rewrite, almost every "old school" language has some better interoperable replacement (Java -> Kotlin, C/C++ -> Rust, etc.) that can be used incrementally.
@smolbrain This is not just about languages btw, it's also about how you structure your code and build dev tooling around your project.