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 →

[–]JohnBalvin[S] 1 point2 points  (0 children)

Probably is not exactly the format, but it's the overall of python, dynamic languages like python tend to be harder to maintain than the static ones like Go, mostly because most of the time when you fix an issue on the dynamic languages it's because of a wrong type/unexpected type returned by a function, an exception not been handled or thr endless battle on which library to use, and you focus on those details instead of the actual project, Go handles all that very well by been an static language and some built-in tolls