Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimize Engineering Tooling #4664

Open
linear bot opened this issue Oct 25, 2024 · 1 comment
Open

Minimize Engineering Tooling #4664

linear bot opened this issue Oct 25, 2024 · 1 comment

Comments

@linear
Copy link

linear bot commented Oct 25, 2024

Currently, we are using a lot of tooling that add a lot of complexity to the project, which leads to a lot of potential issues, regressions, duplicate configurations, drift in configuration, etc.

Some of the tools being:

  1. Earthly
  2. ASDF
  3. Trunk
  4. Yarn
  5. Poetry
  6. ruff
  7. gitpod
  8. Complex Makefile
  9. Several Linting tools, with duplicate configuration (go-lint as one example)
  10. Stale configuration files for tools that are not being used anymore

Acceptance:

  1. We need to go through each tool, decide if it is being used or not.
  2. If not used anymore, remove any of its configuration.
  3. If it is used, find the reason, and decide to keep or remove.
  4. The objective is to use the least amount of tools as possible. More tooling means more things to maintain, and more things that go wrong, and more complex project.
Copy link
Author

linear bot commented Oct 25, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants