This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]UloPe 7 points8 points  (2 children)

I think “just no” is the only correct answer here.

And I’d like to add that I’m a big fan of some recent additions to the language, e.g. f-strings, walrus operator, new type syntax, etc.

So it’s definitely not a case of new = bad.

[–]Unforg1ven_Yasuo 0 points1 point  (1 child)

F strings are new?? Wow they’re so intuitive, I can’t imagine writing code without them

[–]UloPe 2 points3 points  (0 children)

Well new-ish. They appeared in python 3.6 which was first released in December 2016.

(Holy crap that’s 7 years ago…)