Can't decide which is worse: JavaScript or Python. Working with both feels equally painful. Any other devs feel the same?
#JavaScript #Python
@solomkinmv What is the most painful part for you? Is there a language that is not as painful?
@smirnoffs here's the short summary.
Python: dependency management, version compatibility, and dynamic typing.
JavaScript: often unexpected behavior (JS WATs), implicit conversions, constantly changing ecosystem, and dynamic typing.