-
-
Notifications
You must be signed in to change notification settings - Fork 390
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
Enforce stricter slice operations #1011
Comments
If you agree and it's implementable, I can later do the same issue for sets, that's also fun. |
Let's implement several rules that are not bound to types:
@orsinium as always - awesome suggestions! Thanks! |
+
and slice
Hi! I would love to contribute and try to resolve this issue if no one else is on it. |
Sure, @Eric4Jiang! Thanks a lot! Assigned. |
Hi! Just to confirm, would |
Sure! |
Hmmm, that gives me an idea for one more rule. I've made #1071. Thank you, @Eric4Jiang! |
Hi, @sobolevn. I'm gonna try to make this issue. Is it still relevant? |
@bDrwx Thank you! Looks like there is still no implementation for the rule. Go ahead! I've assigned you to the issue 👍🏿 |
Rule request
Thesis
The list has a set of methods that duplicates operations that you can do with
+
operator or slices:Reasoning
We have two ways to do something. Let's prefer a more descriptive way.
This issue contains a lot of related cases. Consider splitting it by smaller ones.
The text was updated successfully, but these errors were encountered: