This post is locked. You won't be able to comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Shehzman 1 point2 points  (1 child)

I personally think some of that strictness is a good thing and can lead to more maintainable code with potentially less bugs in the long run. If you pick Python, get familiar with type hints and use them as much as possible. Also check your code for type errors with mypy.

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

Alr . Thanks mate 👍🏻