Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@Treighton build system developed by Facebook. It is incredibly fast. If you run a build, it knows exactly which files have changed and will only re compile those. Same goes with unit tests. It knows which classes have changed, so it also knows which tests have to be run again to verify that all still works. I made a boilerplate for multi module java projects and uploaded it to my github account (same name). Currently using it instead of gradle.
-
@Treighton btw, that also means efficient CI. You can just cache the whole buck directory and even in CI, it will just need to recompile the changes instead of all.
Am i the only one who wants to try a new tool/lang, fails at installing/starting it up and quits?
So freaking annoying 😡😡😡
undefined