-
Notifications
You must be signed in to change notification settings - Fork 10
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
Reduce functions to maximum of 25 lines #11
Labels
Comments
@michaelNgiri which files .? |
Hi, the task is to reduce every function in the project to less than 25 lines without breaking app functionality |
@michaelNgiri Ok, so only Src files need to updated .? And what should be maximum character per line .? |
@kartikpandey2 Any of the files can be mortified, each line should contain a single statement |
Hello, working on it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In line with best practices, functions need to be 25 lines or less to improve readability and maintainability
The text was updated successfully, but these errors were encountered: