cm0002@lemmy.world to Linux@programming.dev · 8 个月前Linus Torvalds Expresses His Hatred For Case-Insensitive File-Systemswww.phoronix.comexternal-linkmessage-square116fedilinkarrow-up1286
arrow-up1286external-linkLinus Torvalds Expresses His Hatred For Case-Insensitive File-Systemswww.phoronix.comcm0002@lemmy.world to Linux@programming.dev · 8 个月前message-square116fedilink
minus-squareonlinepersona@programming.devlinkfedilinkarrow-up1·8 个月前Python is case insensitive? Or do mean that it’s not? The phrasing is a little confusing.
minus-squarestarshipwinepineapple@programming.devlinkfedilinkarrow-up3·8 个月前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)
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
myFunctionand then calling it viamyfunctionwhich would result in an undefined error)