Maybe a hint?
Maybe a hint?
Posted Jan 15, 2026 1:04 UTC (Thu) by rgmoore (✭ supporter ✭, #75)In reply to: Maybe a hint? by fraetor
Parent article: Debian discusses removing GTK 2 for forky
Many of these applications are "finished", so there is little appetite to spend effort upgrading toolkits.
I think this gets at a very deep and fundamental divide that creates a lot of problems like this. Some people, especially people who develop languages and programming tools, see development as a never ending process: there is always more work to be done, new versions to be developed, etc. Other people are trying to build a tool to solve one specific problem, and once that problem is solved they see the program as finished with the exception of fixing any bugs that are discovered along the way. The people who see development as a never ending process will eventually get to the point they want to make backwards incompatible changes, which strands the people who depended on their language or tools and who considered their projects to be finished.
It's a tough problem, because either way you're trying to force somebody into doing programming work they don't want to do and didn't sign up for. Either tool and language makers are forced to continue supporting old versions they think are obsolete, or programmers are forced to constantly update programs for no real benefit to their program's functionality.
