• starshipwinepineapple@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    2 days ago

    Python is case sensitive. I think they’re saying their coworkers are writing case insensitive code which is causing errors (perhaps writing myFunction and then calling it via myfunction which would result in an undefined error)