DEV Community

Discussion on: What irritates you the most as a developer? 👩‍💻👨‍💻

Collapse
 
pj profile image
Paul Johnson

There's parts of the ecosystem I like, on it's own I think Typescript is pretty good and at least in theory the massive amount of investment that browser vendors make on Javascript VMs should benefit performance vs say Python.

I think it's more the problem of combining the existing Node JS module system, es6 modules, bundling for the frontend etc.

But yeah, things like lack of proper integer and float types is pretty dumb 😃.