9
vortex
7y

Am i the only one who wants to try a new tool/lang, fails at installing/starting it up and quits?

So freaking annoying 😡😡😡

Comments
  • 0
    Ye webpack...
  • 0
  • 0
    Same happened to me with Node.js and Composer
    (kinda left out)
  • 1
  • 0
    @amjo what are you using instead of composer?
  • 1
    @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.
  • 1
    @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.
  • 1
    @SirWindfield that is pretty awesome!
Add Comment