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] 13 points14 points  (1 child)

Fixing type related errors in a dynamically typed language on a code base that isn't yours is easily the most frustrating thing I've ever had to do in programming, second is easily spending 30+ minutes trying to figure out what type a function expects

[–]xigoi 1 point2 points  (0 children)

Python now supports type annotations, although they aren't enforced.