518
you are viewing a single comment's thread
view the rest of the comments
[-] prof@infosec.pub 78 points 1 year ago

Meme is funny, but that exception used as flow control hurts.

[-] wizardbeard@lemmy.dbzer0.com 11 points 1 year ago

Still hurts, but sometimes it's the only option.

If you're trying to confirm things like account existence/deletion, there's often no "account exists" function to return true or false. You just have to figure out the specific exception thrown and catch that specific one.

The worst are libraries that don't give specific exceptions, so you have to catch all exceptions then do extra work to tell what the specific situation is. Does the account not exist, or is the system unreachable?

[-] firelizzard@programming.dev 3 points 1 year ago

so you have to catch all exceptions then do extra work to tell what the specific situation is

That’s horrifying. That’s a solid reason to avoid Python like the plague.

[-] Lightfire228@pawb.social 4 points 1 year ago

While i also disagree with python's tendency to use exceptions as control flow

Python is a pretty stellar scripting language. I wouldn't use it for app dev, but it's quite handy for the odd automation or CLI task

[-] firelizzard@programming.dev 2 points 1 year ago

I've done a little bit of Python in the past, the biggest thing being an automation task that borderline became an app. I certainly can imagine using it for scripts, though I default to bash because that's almost always available but TBH mostly because inertia. Beyond that my default is Go because inertia (and I love Go). I watched a video by the Primeagen (on YT) - in his view, Rust is better for text/data pipelines and CLI tools. Being very familiar with Go and not at all familiar with Rust, that's an interesting take because honestly writing a CLI in Go is kind of meh.

load more comments (2 replies)
load more comments (25 replies)
this post was submitted on 12 May 2024
518 points (97.1% liked)

Programmer Humor

36549 readers
547 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS