cm0002@lemmy.worldcake to Linux@programming.dev · 2 months agoLinus Torvalds Expresses His Hatred For Case-Insensitive File-Systemswww.phoronix.comexternal-linkmessage-square111fedilinkarrow-up1290arrow-down17
arrow-up1283arrow-down1external-linkLinus Torvalds Expresses His Hatred For Case-Insensitive File-Systemswww.phoronix.comcm0002@lemmy.worldcake to Linux@programming.dev · 2 months agomessage-square111fedilink
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 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)