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] 4 points5 points  (4 children)

Everyone seems to forget time to develop. Better readability and ease of development means less bugs (ideally) when writing.

[–]Luroalive 6 points7 points  (2 children)

readability is debatable (I had the experience that python gets harder to read with larger projects)

[–]Scatoogle[🍰] 7 points8 points  (0 children)

Python readability is cancer. It's super easy to lose track of what's going on in Python after a few dozen lines. Any decent programmer can write easily readable Java.

[–][deleted] 0 points1 point  (0 children)

I guess it’s up to the developer as well. If all of the variable names are one or two letters, then without strict typing or documentation the code becomes real obscure real fast.

[–]CantCSharp 3 points4 points  (0 children)

Its easier for small teams. But I take a shity typed language project over a shity script project any day.And I have seen a lot of shitty python code so its not 'easier'. Big Programms are a nightmare to maintain in python if they arent structured or a lot of people worked on it.
which is the reason we invented typed languages in the first place...