TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

JEP Draft: Remove the Terminally Deprecated Applet API

6 pointsby mfiguiere6 months ago

1 comment

jfengel6 months ago
While the world would be slightly better off having a useless thing gone, does it cost anything to have it exist? It&#x27;s a small number of bytes in a library. It shouldn&#x27;t have any runtime cost. I doubt we&#x27;d want to re-use those class names.<p>It would almost certainly break something for somebody somewhere -- probably in places where the original source code has vaporized. Probably not all that many, but the ones that do exist are probably kind of important (since they&#x27;d have been retired by now if they weren&#x27;t).<p>That code is gonna break one of these days anyway, so I guess you might as well rip the band-aid off for them. At least this way they&#x27;ll get plenty of warning, and maybe tools will even materialize to help. (Perhaps class files can be patched to fix common patterns.)