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] 16 points 9 months ago (1 children)

That guy was shitty at Python, then. Python is all about EAFP instead of LBYL.

[–] [email protected] 19 points 9 months ago (1 children)

Eat ass fast paced instead of lay back your lettuce?

[–] [email protected] 15 points 9 months ago

"Easier to Ask Forgiveness than Permission" vs. "Look Before You Leap."

In other words, in Python you should just write the code to do the thing and then put an exception handler at the bottom instead of cluttering up your function with guard code everywhere.