What makes code legacy?

后端 未结 21 1989
说谎
说谎 2020-12-13 02:04

I have heard many developers refer to code as \"legacy\". Most of the time it is code that has been written by someone who no longer works on the project. What is it that ma

21条回答
  •  温柔的废话
    2020-12-13 02:32

    Code (or anything else, really) becomes "legacy" when it has been replaced by something newer/better, and yet despite this it's still used and kept alive "in the wild".

提交回复
热议问题