Skip to content

London | 26-ITP-May | Russom Gebremeskel | Sprint 2 | Coursework/sprint 2#1458

Open
russom-g wants to merge 22 commits into
CodeYourFuture:mainfrom
russom-g:coursework/sprint-2
Open

London | 26-ITP-May | Russom Gebremeskel | Sprint 2 | Coursework/sprint 2#1458
russom-g wants to merge 22 commits into
CodeYourFuture:mainfrom
russom-g:coursework/sprint-2

Conversation

@russom-g

@russom-g russom-g commented Jul 4, 2026

Copy link
Copy Markdown

Learners, PR Template

Self checklist

  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • My changes meet the requirements of the task
  • I have tested my changes
  • My changes follow the style guide

Changelist

I manage to predict, find, interpret and fix the errors in programs. I debugged each files and corrected the programs. I implemented functions based on requirements. I interpreted programs using documentations.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@russom-g russom-g added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jul 4, 2026
@github-actions

This comment has been minimized.

@github-actions github-actions Bot removed the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jul 4, 2026
@russom-g russom-g added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jul 4, 2026
@Liam310 Liam310 added Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Jul 6, 2026
Comment on lines +38 to +39
// The return value of pad when it is called for the first time is 00. this is because the value of num is 0 and the pad function adds a 0 to the front of the string until the num characters has at least 2 characters.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

To be precise, what exactly is the return value of pad? I think you know what it is, but 00 doesn't quite exactly describe it

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Hi Liam. Thanks for reviewing my code.
The exact return value is 0 . It ads a single 0 instead of two 0s.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Not quite - what data type is the return value of pad?

Comment on lines +47 to +48

// The return value of pad when it is called for the last time is 01. This is because the pad function adds a 0 to the front of the string if the characters of the string are less than 2. No newline at end of file

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Same as above comment!

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Again it will be a single 0.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

See above comment 🙂

Comment thread Sprint-2/1-key-errors/0.js
Comment thread Sprint-2/1-key-errors/1.js
Comment thread Sprint-2/2-mandatory-debug/1.js
Comment thread Sprint-2/2-mandatory-debug/2.js
Comment thread Sprint-2/3-mandatory-implement/3-to-pounds.js
Comment thread Sprint-2/5-stretch-extend/format-time.js Outdated
@Liam310 Liam310 removed the Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. label Jul 6, 2026
@Liam310 Liam310 added the Reviewed Volunteer to add when completing a review with trainee action still to take. label Jul 6, 2026
Comment on lines +25 to +26
let card = " ";
if (card.includes )

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

These changes are in the Sprint-3 folder and so should not be part of this PR. Please undo these changes on this branch 🙂

@Liam310

Liam310 commented Jul 20, 2026

Copy link
Copy Markdown

Hey @russom-g! Just highlighting that you do still have some outstanding comments left on here. There's not a lot of work to do and I'd be happy to mark as complete once they are sorted!

@Liam310

Liam310 commented Jul 21, 2026

Copy link
Copy Markdown

@russom-g I can see you deleted one of the offending files from Sprint-3 - this isn't quite what we want to do. In a real work scenario, if you deleted it on a branch and the branch gets merged, then that file is deleted in the main branch and that's not what we want to happen. Our aim is to leave that file untouched because it's not relevant to the contents of this sprint. Deleting it is very much still doing something to it - we just want the file to remain as is and not be at all affected by this PR (if you click files changed at the top of this section you can see that the sprint 3 file still appears in there - we don't want to see it there at all).

Also, you may not have seen but there are still two other unresolved comments asking about the data type of a specific value:

@russom-g

Copy link
Copy Markdown
Author

@Liam310 I shouldn't have done that. I have tried to do it from vs code id didn't work. Then I taught if I do it on github from my pull request and branch it wouldn't affect the main. I know reverted the commits which pushed the wrong file to the PR from my vs code remotely. This branch mixup and untangling it has been a big headache for me for a few days now.

I am not sure if you have seen the reply to your two last comments about the data types. I did reply a few days ago. Are they not visible to you?

@Liam310

Liam310 commented Jul 24, 2026

Copy link
Copy Markdown

@russom-g I'm afraid all I can see is this:

image

So I can't see any reply from you (on either thread) 🤔

@russom-g

russom-g commented Jul 24, 2026

Copy link
Copy Markdown
Author

@Liam310 I am not quite sure what is causing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Reviewed Volunteer to add when completing a review with trainee action still to take.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants