You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your technical interview, you may be asked to play computer.
Tip
Playing computer means simulating how the computer executes our code. We "step through" the code, line by line, and work out what the computer does when it follows each instruction.
Practice playing computer now. This time, use a pull request opened by another member of your team on your current project. For best results, book a call with your team member and step through the code together.
Maximum time in hours
1
How to get help
Ask for someone to play computer with you in Slack.
Link to the coursework
https://github.com/CodeYourFuture/CYF-Workshops/tree/main/playing-computer
Why are we doing this?
In your technical interview, you may be asked to play computer.
Tip
Playing computer means simulating how the computer executes our code. We "step through" the code, line by line, and work out what the computer does when it follows each instruction.
Practice playing computer now. This time, use a pull request opened by another member of your team on your current project. For best results, book a call with your team member and step through the code together.
Maximum time in hours
1
How to get help
Ask for someone to play computer with you in Slack.