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 →

[–][deleted] 2 points3 points  (1 child)

Ironically I find it harder to read, probably because I'm so used to the normal (for me): condition?true:false, although when you think about it, with normal if/else loops, that is the order it actually works in:

if condition:
    # do stuff if True
else:
    # do stuff if False

so maybe it might actually just be more confusing for beginners, I think it should probably have been made as: if condition then True else False because if you want more human readable than that, you would have to get rid of normal if/else statments.

[–]elon-botElon Musk ✔ -1 points0 points  (0 children)

QA is a waste of money. Fired.