cm0002@lemmy.world to Linux@programming.dev · 1 month agoLinus Torvalds Expresses His Hatred For Case-Insensitive File-Systemswww.phoronix.comexternal-linkmessage-square114linkfedilinkarrow-up1290arrow-down17cross-posted to: lobsters@lemmy.bestiver.se
arrow-up1283arrow-down1external-linkLinus Torvalds Expresses His Hatred For Case-Insensitive File-Systemswww.phoronix.comcm0002@lemmy.world to Linux@programming.dev · 1 month agomessage-square114linkfedilinkcross-posted to: lobsters@lemmy.bestiver.se
minus-squareonlinepersona@programming.devlinkfedilinkarrow-up1·24 days agoPython is case insensitive? Or do mean that it’s not? The phrasing is a little confusing.
minus-squarestarshipwinepineapple@programming.devlinkfedilinkarrow-up2·22 days 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)