this post was submitted on 07 Dec 2023
949 points (100.0% liked)

196

16224 readers
3935 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 9 months ago

I wouldn't call this a "python thing".

I grew up with C and C/++ is still my main language, checking for empty strings is instinctive to me. It's cheap insurance and what does it cost, a couple cycles?

Though you won't find me using bare cstrings these days unless there is a damn good reason for it. So much extra work to handle them. Even in embedded work, String classes have superceded them.