Skip to content

Instantly share code, notes, and snippets.

@shepting
Created October 16, 2018 02:33
Show Gist options
  • Select an option

  • Save shepting/17b2196fe2c07df7dd7f3dfc2befcca9 to your computer and use it in GitHub Desktop.

Select an option

Save shepting/17b2196fe2c07df7dd7f3dfc2befcca9 to your computer and use it in GitHub Desktop.

Revisions

  1. shepting created this gist Oct 16, 2018.
    16 changes: 16 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    What do Uber, Facebook, and Airbnb all have in common?

    They use the Buck build system to manage millions of lines of code, across hundreds of
    iOS engineers, building many iOS apps.

    Here how Buck can make builds faster (smartly optimizing build hierarchies), consistent
    (hermetic build descriptions), and efficient (caching everything on the server except
    what code has changed locally).

    Although this build system is used by the largest iOS organizations in the world, the
    documentation is sub-par and has oodles of sharp edges and gotchas.

    Hear about how to get started with this state-of-the-art build system, and see how you
    can get started taking advantage of these benefits today.

    https://github.com/airbnb/bucksample