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

Separate out language specific tooling #34

Closed
einari opened this issue Sep 22, 2018 · 1 comment
Closed

Separate out language specific tooling #34

einari opened this issue Sep 22, 2018 · 1 comment
Assignees
Labels
technical debt The label used for issues that describes something we need to get back to and fix

Comments

@einari
Copy link

einari commented Sep 22, 2018

We need to come up with an approach where we isolate language specific tooling.

For instance globals.js now have a method called getNearestCsprojFile(). This should not be there and we should come up with a pattern that enables us to have language specific information ready for the tasks needing without having to break the open/closed principle by having to add this code directly to a place like this.

@einari einari added the technical debt The label used for issues that describes something we need to get back to and fix label Sep 22, 2018
@einari
Copy link
Author

einari commented Sep 22, 2018

Adding a reference to a pull request to keep track of the things that needs changing - #22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
technical debt The label used for issues that describes something we need to get back to and fix
Projects
None yet
Development

No branches or pull requests

2 participants