Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Documentation/dev/audiences.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ We should strive to _never require_ end-users to use or install `make`, `npm`, e

## Developer experience

The developer workflow is reflective of how often clusters will be created and destroyed. This project makes heavy use of `make` to make these repetitive actions easier.
The developer workflow is reflective of how often clusters will be created and destroyed. This project makes heavy use of [Bazel][] to make these repetitive actions easier.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This reference to make has nothing to do with building the project but rather the developer workflow we used to have for quickly creating and destroying clusters using make apply and make destroy. It is unrelated to Bazel as we never use bazel to automate building or destroying clusters. We should remove this line wholesale or replace with one describing the new dev workflow.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should remove this line wholesale or replace with one describing the new dev workflow.

Sounds good to me. I'll leave that to someone who actually knows what the new dev workflow is ;). Should I leave this PR open as a reminder? Or should I close it (with or without filing a placeholder issue)?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for understanding. Please close and file an issue 👍


It is expected that developers have a working knowledge of Terraform, including how to configure/use a `.terraformrc` and things of that nature.

[Bazel]: https://bazel.build/