283
submitted 2 months ago by cm0002@lemmy.world to c/linux@programming.dev
you are viewing a single comment's thread
view the rest of the comments
[-] driving_crooner@lemmy.eco.br 6 points 2 months ago

What about case insensitive programming languages?

Im a python programmer so I'm used to it, but my coworkers are SAS programmers that is case insensitive and they keep getting errors when trying to write python because of that.

[-] pinball_wizard@lemmy.zip 5 points 2 months ago* (last edited 2 months ago)

Ouch. Relying on case sensitivity is a lousy coding choice, anyway. No one is made better off by having a case change carry meaning.

Edit: Before anyone asks, I like case convention as a courtesy, too. But my code doesn't rely on it.

[-] onlinepersona@programming.dev 1 points 2 months ago

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 via myfunction which would result in an undefined error)

this post was submitted on 25 Apr 2025
283 points (97.6% liked)

Linux

8428 readers
389 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS