From 33d2549848ff112f2042966b8493627a28620f0b Mon Sep 17 00:00:00 2001 From: anonymous <> Date: Fri, 19 Jan 2024 09:04:46 +0100 Subject: [PATCH] save file 'bazel.md' --- Builds/bazel.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Builds/bazel.md diff --git a/Builds/bazel.md b/Builds/bazel.md new file mode 100644 index 0000000..8bf61ce --- /dev/null +++ b/Builds/bazel.md @@ -0,0 +1,18 @@ +**Bazel** + +Suited for monorepo’s +Steep learning curve +You have to do it the google way, or else you are stupid +‘Bazel is some people trying to get promoted at Google’ + +Does not integrate well with +* JavaScript projects +* IntelliJ adjust build files after refactoring +Fair maintenance cost +Multi language but not out of the box +Bumpy roads while migrating + + +**Earthly** +- Commercial +- Wrapper around lang specific build tool like gradle \ No newline at end of file