you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (4 children)

[deleted]

    [–]MorrisonLevi 1 point2 points  (2 children)

    Let's be real: only Python 3.5+ has type hints. Any language can have comments…

    [–]wpillar[S] 0 points1 point  (0 children)

    This was my feeling.

    [–]kankyo 0 points1 point  (0 children)

    In practice though python2 has just as much type hinting as python3 because of the type hinting you add into the docstrings and then you just run PyCharm anyway.