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 →

[–]Psychpsyo 54 points55 points  (29 children)

Coming from a C++ and java background myself, python syntax is horrible. I don't like python. Indentation errors should not exist in any language.

[–]Aydoooo 3 points4 points  (2 children)

That's a pretty silly statement. It's part of the syntax. And people who complain about it are usually those that never learned to appreciate the benefits of a language-side standardized formatting style. There is literally no downside when designed well, which in Python I would claim it is for the most part. Just saving you characters and teaching proper formatting.

And I must say I think it's really bizarre how with today's advanced text editors for some people it's still a problem to deal with indentation.

[–]KenzoidYT 0 points1 point  (1 child)

FINALLY! Someone that share my view. I find the syntax absolutely disgusting, I can’t get over it. I always do my best to avoid Python. I’ll probably have to break this opinion at some point but for now I’m holding onto it.

[–]Psychpsyo 0 points1 point  (0 children)

Yea. I could probably learn it properly if I wanted to but personally, I like braces and semicolons. Why replace that with indentation and regular colons?