Conversation

Which of these OSS components will last longest in active use for software development and deployment shops (across all app types)?
  • Git
    31.2%
  • Kubernetes
    1.7%
  • Linux
    53.2%
  • Show results
    13.9%
958 votesFinal results
14
17
Replying to and
Even on a server, there's not much backwards compatibility beyond the libc, and glibc backwards compatibility has the MASSIVE caveat of not applying to code being able to run on older glibc than you used to build. Android libc gates additions/changes behind API levels for that.
1
Replying to and
Unless you actually care about running unmaintained software and legacy builds you can't redo, absolute ABI/API compatibility isn't really needed. Just needs to be almost there with enough adoption that developers actually support it.