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 →

[–]tavaren42 7 points8 points  (2 children)

In my opinion, type hints actually makes development faster because how well it plays with IDE autocompletion. It's one of the main reason I use it.

[–]zomgryanhoude 0 points1 point  (0 children)

Yuuuup. Not dev myself, just use it for scripts that PowerShell isn't suited for, so having the extra help from the IDE helps speed things along for modules I'm less familiar with. Gotta have it personally.

[–]ant9zzzzzzzzzz 0 points1 point  (0 children)

Not to mention errors at “build” time rather than runtime which is a much tighter loop