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

Remove usage of @inheritdoc #866

Merged
merged 1 commit into from Nov 28, 2019

Conversation

theofidry
Copy link
Member

Closes #860

I could find a way to check for the @inheritdoc tags but honestly the solution was way too slow & expansive. Since there is very little usage, I just removed it and I believe we can keep it under control with the PR review.

I'm also taking this opportunity to introduce an ADR file (thanks @Ocramius for the recommendation) which is a useful technique to document some decisions taken.

Copy link
Member

@maks-rafalko maks-rafalko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm also taking this opportunity to introduce an ADR file (thanks @Ocramius for the recommendation) which is a useful technique to document some decisions taken.

I also wanted to introduce this technic, so a big 👍 here

Just one question - did you use some tool that generates them (e.g. file name, folder path, controls the structure of the document, etc.)? I remember there was a tool for ADR...

@theofidry
Copy link
Member Author

Did not, I just followed a random template that looked good enough for not at least. I think we can also adjust the template/format depending of our need without having to retrofit all the existing ones unless there is a real value.

@theofidry theofidry merged commit 9f51c11 into infection:master Nov 28, 2019
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

Successfully merging this pull request may close these issues.

Remove or add @inheritdoc blocks
2 participants