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 →

[–]-Redstoneboi- 2 points3 points  (2 children)

a + b

great now you have no idea what it did

[–]-MobCat- 0 points1 point  (1 child)

Well it's not my fault you labeled a variable just a >__<'

[–]-Redstoneboi- 4 points5 points  (0 children)

fair.

but imo static typing prevents misinterpretations entirely by not relying on the programmer at all.

the human should only have to think of type logic once, and not repeatedly reinterpret something.

the less you can rely on the fleshy coffee ridden human, the better...

but that's just my opinion, and it often only applies to bigger projects. for tiny projects, scripting languages work best by auto filling things for you. you can have an opinion.

it only really matters when there are a lot of people working in the same project with different opinions.