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

Refactor existing analyzers so that preprocessor directives are no longer needed #2

Closed
tpodolak opened this issue Jun 3, 2018 · 0 comments
Assignees
Labels
Non functional requirement Code quality related work

Comments

@tpodolak
Copy link
Member

tpodolak commented Jun 3, 2018

A current implementation of analyzers uses a lot of preprocessor directives such as

#if CSHARP
#elif VISUAL_BASIC
#endif

Maitaining this code will be painfull in the future, so the pragma conditions should be removed and replaced with better approach.

@tpodolak tpodolak added the Non functional requirement Code quality related work label Jun 3, 2018
@tpodolak tpodolak self-assigned this Jun 3, 2018
tpodolak added a commit that referenced this issue Jun 3, 2018
tpodolak added a commit that referenced this issue Jun 3, 2018
tpodolak added a commit that referenced this issue Jun 3, 2018
tpodolak added a commit that referenced this issue Jun 4, 2018
…rs-so-that-preprocessor-directives-are-no-longer-needed

Gh 2 refactor existing analyzers so that preprocessor directives are no longer needed
@tpodolak tpodolak closed this as completed Jun 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Non functional requirement Code quality related work
Projects
None yet
Development

No branches or pull requests

1 participant