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

Interfaces duplicates for single grouping option #72

Open
1 of 2 tasks
krodnar opened this issue Oct 3, 2019 · 0 comments
Open
1 of 2 tasks

Interfaces duplicates for single grouping option #72

krodnar opened this issue Oct 3, 2019 · 0 comments
Labels
improvement Any kind of project/feature enhancement

Comments

@krodnar
Copy link
Contributor

krodnar commented Oct 3, 2019

Nature of issue?

  • Existing feature enhancement
  • New feature request

Issue description

Currently with a single file option for grouping we are getting a big file with a bunch of interfaces just thrown out there. In this case usually we get a lot of duplicates and broken interfaces.

Solution

There are 3 options of dealing with this issue that I came up with.

First and the easiest one is to remove single file option completely.
Second and the hardest one is to make some smart duplicates remover.
And the third one is to declare every interface in it's own module based on endpoint group, for example.

@krodnar krodnar added the improvement Any kind of project/feature enhancement label Oct 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Any kind of project/feature enhancement
Projects
None yet
Development

No branches or pull requests

1 participant