cm0002@lemmy.world to Linux@programming.dev · 2 months agoLinus Torvalds Expresses His Hatred For Case-Insensitive File-Systemswww.phoronix.comexternal-linkmessage-square83linkfedilinkarrow-up1290arrow-down16
arrow-up1284arrow-down1external-linkLinus Torvalds Expresses His Hatred For Case-Insensitive File-Systemswww.phoronix.comcm0002@lemmy.world to Linux@programming.dev · 2 months agomessage-square83linkfedilink
minus-squareonlinepersona@programming.devlinkfedilinkarrow-up1·2 months agoPython is case insensitive? Or do mean that it’s not? The phrasing is a little confusing.
minus-squarestarshipwinepineapple@programming.devlinkfedilinkarrow-up3·1 month agoPython 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)
Python is case insensitive? Or do mean that it’s not? The phrasing is a little confusing.
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 viamyfunction
which would result in an undefined error)