Should C++ be deprecated?
Should C++ be deprecated?
Posted Sep 23, 2025 8:11 UTC (Tue) by taladar (subscriber, #68407)In reply to: Should C++ be deprecated? by marcH
Parent article: Comparing Rust to Carbon
As for unmaintained dependencies, that is what why we have the RUSTSEC announcements about unmaintained libraries along with cargo-deny or similar tooling. Of course our method of detecting when a dependency is unmaintained could be improved here but that is inherently still better than pretending a large dependency is maintained when really the code base is 50% maintained and 50% code nobody looked at for years.
Posted Sep 23, 2025 15:16 UTC (Tue)
by marcH (subscriber, #57642)
[Link]
I only wrote that supply chain attacks are intense and not treated seriously enough yet. IMHO, today's most important question is not where they are most likely to come from. It's what the best defense is. Ideally, that defense would be effective wherever they come from.
Should C++ be deprecated?