-
Notifications
You must be signed in to change notification settings - Fork 4
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
Multiply two numbers #139
Multiply two numbers #139
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I sent over some changes to your pull request that refactored the code and the unit test. Take a look at them and let me know what you think
Signed-off-by: Yuri Spizhovyi <[email protected]>
Signed-off-by: Yuri Spizhovyi <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull request meets all the requirements outlined in the checklist.
The function and tests are clean, well-documented, and follow best practices.
All defensive assertions, boundary cases, and standard cases are thoroughly tested and appropriately handled.
The implementation is simple, efficient, and adheres to Python conventions.
Excellent work! 👍 Approved ✅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Passes all checks
Thank you Yuri -spizhovyi , and Olumide -Al Olumide kolawole . for checklist and review. |
name: solution review
about: A template PR for code review with a checklist
Behavior
Files
/tests/test_file_name.py
Unit Tests
Function Docstring
Raises:
The Function
Strategy
Do's
Don'ts
Implementation
when it's too restricting.
print
statements anywhere