• Hirom@beehaw.org
    link
    fedilink
    arrow-up
    0
    ·
    3 months ago

    This is a common issue in software, not limited to scripting. Software are getting more and more layers of wrappers/adapter code, like a Russian doll. It contributes to dependency hell, as each layer brings new dependencies.

    Developers often find it easier to wrap existing apps and software, and add another layer on top, rather than improving or replacing what exists.