-
Notifications
You must be signed in to change notification settings - Fork 11
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
Style: Extract
is redundant
#389
Comments
Contribution guide should be update accordingly in #390 |
@outcatcher This is not all documentation-related issues; this issue also includes longer-cycle refactoring tasks. |
But it also includes documentation. In most cases labels are used (at least, were used) in "including smth" way. As it includes documentation changes too, in can be marked with that label 🙂 |
@outcatcher If we want to do this task in one go, then we have to do another independent branch. This will seriously delay the release. |
[Refactor] Introduce extract functions What this PR does / why we need it Using extract functions allows to avoid using Result structure and its derivatives Which issue this PR fixes Part of #389 Special notes for your reviewer This is what I was talking about in comments of #389 and in #381 and #384 discussions Also, if unit tests are required, I will provide them later today Reviewed-by: Artem Lifshits <None> Reviewed-by: Aloento <None> Reviewed-by: Anton Sidelnikov <None>
Done |
According to the results of yesterday's discussion, we will merge the
Extract
operation into the main method call.The text was updated successfully, but these errors were encountered: