create/update 'bazel.md' file
This commit is contained in:
parent
72f1955eb0
commit
7fc19a5dc1
1 changed files with 10 additions and 7 deletions
15
bazel.md
15
bazel.md
|
|
@ -1,15 +1,18 @@
|
||||||
==Bazel==
|
**Bazel**
|
||||||
|
|
||||||
Suited for monorepo’s
|
Suited for monorepo’s
|
||||||
Steep learning curve
|
Steep learning curve
|
||||||
You have to do it the google way, or else you are stupid
|
You have to do it the google way, or else you are stupid
|
||||||
‘Bazel is some people trying to get promoted at Google’
|
‘Bazel is some people trying to get promoted at Google’
|
||||||
|
|
||||||
Does not integrate well with
|
Does not integrate well with
|
||||||
JavaScript projects
|
* JavaScript projects
|
||||||
IntelliJ adjust build files after refactoring
|
* IntelliJ adjust build files after refactoring
|
||||||
Fair maintenance cost
|
Fair maintenance cost
|
||||||
Multi language but not out of the box
|
Multi language but not out of the box
|
||||||
Bumpy roads while migrating
|
Bumpy roads while migrating
|
||||||
Earthly
|
|
||||||
Commercial
|
|
||||||
Wrapper around lang specific build tool like gradle
|
**Earthly**
|
||||||
|
- Commercial
|
||||||
|
- Wrapper around lang specific build tool like gradle
|
||||||
Loading…
Add table
Reference in a new issue