ainzzorl / goodcode

A curated collection of annotated code examples from prominent open-source projects
https://codecatalog.org
Creative Commons Attribution 4.0 International
198 stars 8 forks source link

[NEW EXAMPLE] Buck - ArtifactCache decorators #47

Closed ainzzorl closed 3 years ago

ainzzorl commented 3 years ago

General

Description

Buck is a fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages.

Buck caches build artifacts. Decorators can be used to add bells and whistles to the default cache implementation.

Links

What makes it interesting

Related work

No

Other

No