• FizzyOrange@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    16 days ago

    I disagree. That’s how Python works but it sucks because it means instead of a C++ (for example) project with some Python utility scripts scattered inside it, you have to turn it into a proper Python project, when it isn’t a Python project; you just have some Python scripts in it.

    Basically it throws away the ad-hoc scripting use case entirely.