←back to thread

392 points mfiguiere | 1 comments | | HN request time: 0.207s | source
Show context
candiddevmike ◴[] No.35471951[source]
For folks that are using these kinds of tools, any regrets? How much more complexity do they add vs make or shell scripts?
replies(3): >>35472581 #>>35475058 #>>35475691 #
1. krschultz ◴[] No.35475691[source]
IMO one of the nice things about Buck or Bazel is that once you learn it, switching languages doesn't require you to learn a completely new tool. Obviously the cost of learning it the first time is high and if you are used to one ecosystem may not be worth it. But I'm now on my 3rd different ecosystem that uses Buck/Bazel (Android, iOS, C++) and it's nice to not worry at all about the underlying tools.