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

196

17071 readers
1359 users here now

Be sure to follow the rule before you head out.


Rule: You must post before you leave.



Other rules

Behavior rules:

Posting rules:

NSFW: NSFW content is permitted but it must be tagged and have content warnings. Anything that doesn't adhere to this will be removed. Content warnings should be added like: [penis], [explicit description of sex]. Non-sexualized breasts of any gender are not considered inappropriate and therefore do not need to be blurred/tagged.

If you have any questions, feel free to contact us on our matrix channel or email.

Other 196's:

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] evranch 2 points 1 year 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.