-
Notifications
You must be signed in to change notification settings - Fork 1
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
[frontend][backend] diagnose symptoms(code style, wrong design, low coverage...) #17
Comments
In my code (backend for reviews)...
And...
I think there are many duplicate codes in this I think I can reduce this by extracting method. |
For exmaple,
can be wrote in 1 method. This code is in all views method, so it will sufficiently reduce our code complexity. |
In AddReview.js,
method is defined but it's used only once as a props for the button
as it's very short method, using inline method and just using new line for readability would reduce code complexity |
Let's find symptoms in our codes and discuss how to mitigate those symptoms!
The text was updated successfully, but these errors were encountered: