Skip to content

West Midland | ITP-May-2025 | Saleh Yousef | Module-Structuring-and-Testing-Data | sprint 2 #589

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

SalehOmar-Y
Copy link

Learners, PR Template

Self checklist

  • I have committed my files one by one, on purpose, and for a reason
  • I have titled my PR with REGION | COHORT_NAME | FIRST_NAME LAST_NAME | PROJ_NAME
  • I have tested my changes
  • My changes follow the style guide
  • My changes meet the requirements of this task

Changelist

Briefly explain your PR.
This pull request includes all required changes for Sprint 2, such as implementing new features and functions, fixing bugs from the previous sprint, improving code structure and readability, updating and adding relevant test cases, and refactoring functions for better performance and maintainability

Questions

Ask any questions you have for your reviewer.

@SalehOmar-Y SalehOmar-Y added 📅 Sprint 2 Assigned during Sprint 2 of this module Needs Review Participant to add when requesting review labels Jun 22, 2025
@SalehOmar-Y SalehOmar-Y changed the title West Midland | ITP-May-2025 | Saleh Yousef | Module-Structuring-and-Testing-Data | Coursework/sprint 2 West Midland | ITP-May-2025 | Saleh Yousef | Module-Structuring-and-Testing-Data | sprint 2 Jun 22, 2025
@LonMcGregor LonMcGregor added Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. and removed Needs Review Participant to add when requesting review labels Jul 4, 2025
Copy link

@LonMcGregor LonMcGregor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good solutions to this sprint. I've left one comment for you to reply to, which is very minor. Everything else looks good.

Remember to take care to only commit files that are relevant to what you're working on - maybe you did not need to commit the "prep" directory.

// Finally, correct the code to fix the problem
// =============> write your new code here
function sum(a, b) {
return result =
a + b;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This works, can you see any way you could clean the code up so it is easier to read?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've taken return result = a + b; off as it the same as return a + b that’s better. Thank you

@LonMcGregor LonMcGregor added Reviewed Volunteer to add when completing a review and removed Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Jul 4, 2025
@SalehOmar-Y SalehOmar-Y added Needs Review Participant to add when requesting review and removed Reviewed Volunteer to add when completing a review labels Jul 6, 2025
@SalehOmar-Y
Copy link
Author

SalehOmar-Y commented Jul 11, 2025 via email

@oluwatunmiisheii
Copy link

Everything looks good now, good job @SalehOmar-Y

@oluwatunmiisheii oluwatunmiisheii added Complete Volunteer to add when work is complete and review comments have been addressed and removed Needs Review Participant to add when requesting review labels Jul 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complete Volunteer to add when work is complete and review comments have been addressed 📅 Sprint 2 Assigned during Sprint 2 of this module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants