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

technical debt: Use simple template solution to reduce DRY violations #66

Open
edburns opened this issue Jan 20, 2023 · 0 comments
Open

Comments

@edburns
Copy link
Collaborator

edburns commented Jan 20, 2023

This repository has several intentional DRY violations, in the name of simplicity and time to market. For example

$ find . -name was-check.sh
./ihs-cis/src/main/scripts/was-check.sh
./ihs/src/main/scripts/was-check.sh
./twas-base/src/main/scripts/was-check.sh
./twas-base-cis/src/main/scripts/was-check.sh
./twas-nd/src/main/scripts/was-check.sh
./twas-nd-cis/src/main/scripts/was-check.sh

There are several other such files, including but not limited to: check.sh.

This issue seeks to identify all such violations and introduce a simple template solution, perhaps even a Makefile to copy any files that need to appear in multiple places from a single "source" area to several desired "destination" areas.

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

1 participant