-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add if_same_then_else
#85
Comments
Hello! I'd like to take this issue. I have a background in Cairo and I'm familiar with spotting these kinds of redundancy issues. |
Hey @Gianfranco99! |
Hi @0xLucqs . I will take this one as discussed. |
Hey @fishonamos! |
What it does
Checks for if/else with the same body as the then part and the else part.
Why is this bad?
This is probably a copy & paste error.
Example
The text was updated successfully, but these errors were encountered: