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