• acockworkorange
    link
    fedilink
    arrow-up
    21
    ·
    2 months ago

    You’re talking about two different kinds of stability. They are talking about development stability. You are talking about runtime stability.

    One thing is to not break applications that use your library because of changes you introduce to it. Specifically changes that go against the standard you’re supposed to be following.

    Another thing altogether is to not go outside the memory limits of the application so it doesn’t get yeeted by the kernel.