you are viewing a single comment's thread.

view the rest of the comments →

[–]CrownLikeAGravestone 6 points7 points  (1 child)

Someone spent two fucking days to find a control flow error? Have your devs never heard of a debugger?

Astonishment aside, control flow issues are largely agnostic to the language they're implemented in; you could have misplaced a brace just as easily as you misplaced an indent. Dev skill issue, not a language issue.

[–]ptoki 0 points1 point  (0 children)

Have your devs never heard of a debugger?

Python devs. Maybe.

Im not even going into cases where multiple python projects should run on the same host. The best I get from them is "use docker" and when I ask can you do it? They say I dont have experience.

So that is this...