577
submitted 1 year ago by rikudou to c/asklemmy@lemmy.ml

Most of the time when people say they have an unpopular opinion, it turns out it's actually pretty popular.

Do you have some that's really unpopular and most likely will get you downvoted?

you are viewing a single comment's thread
view the rest of the comments
[-] nothacking@discuss.tchncs.de 42 points 1 year ago* (last edited 1 year ago)

Python is just as bad if not worse then JavaScript. The fact that if you misspell a variable name, instead of giving an error like any sane language, Python code will still run, but do something different then it looks like it does, creating a hard to spot bug is just awful. The amount of time I have spent debugging python code only to find a tiny typo that any sane language would have caught before the code even ran is several weeks now, I can't imagine how much collective time has been lost over this, and a few other, horrible languages.

[-] scubbo@lemmy.ml 10 points 1 year ago

Are you using type annotations and mypy? I strongly suggest them. Type systems are a great way to catch typos and errors!

[-] nothacking@discuss.tchncs.de 6 points 1 year ago

Thanks, this doesn't fix all the problems I have, but should make maintaing Python significantly easier.

[-] scubbo@lemmy.ml 3 points 1 year ago

You got it!

I love Python, it's probably my favourite language, but I'll be the first to admit that its fast-and-loose style can make certain kinds of errors easier to make and harder to notice/fix. Glad this can help a little!

[-] zalgotext@sh.itjust.works 7 points 1 year ago

Huh? That's not what happens at all. Python doesn't just mahically create variables for you, you get an undefined reference error like any other sane language.

https://www.online-python.com/Xp3JG1rxbK

[-] nothacking@discuss.tchncs.de 2 points 1 year ago* (last edited 1 year ago)

Except it does for assignments.

[-] zalgotext@sh.itjust.works 3 points 1 year ago

Ah, ok sure. Every dynamically typed language does that with assignments though, that's kinda the point of dynamic typing. You can use linters to easily catch that kinda stuff though.

[-] people_are_cute@lemmy.sdf.org 4 points 1 year ago

Interesting, what are some "good" languages then in your opinion?

[-] edriseur@jlai.lu 4 points 1 year ago

Do you use a linter? I switched to Ruff several months ago and it is amazing, it finds many defects and runs very quickly (even on huge disgusting legacy files)

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

if you use vscode, you'll never experience that issue. It highlights unused variables so you'll spot your mistake immediately

this post was submitted on 11 Aug 2023
577 points (94.6% liked)

Asklemmy

43417 readers
1766 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS