Slide 33
Slide 33 text
Build System
Bazel
● Fast and incremental builds
● One tool to build multiple
languages
● Extensible
● Google, Pinterest, Uber,
Stripe
Buck
● Fast and incremental builds
● One tool to build multiple
languages
● Helps you better understand
your dependencies
● Facebook, Airbnb