Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

A common quip, but care to elaborate? What is so bad about it.


Yeah, the js ecosystem does a lot of things right that are done poorly in other languages. Compare Yarn to pretty much any package manager besides Cargo, for instance. Another example is that Typescript integration into VSCode is top notch, better than any other language I've used


Does yarn allow reproducible builds?


Yes -- deterministic builds was the primary selling point for many (including myself) when it was first released a few years ago. Npm has since improved somewhat in this regard, but yarn remains the clear leader.


Yarn (and now NPM) allow reproducible builds via a lock file.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: