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
Context: We want to improve our hiring process related to the time developers spend writing code for their interviews, we want to provide applicants with a code base where they can simulate working on a project that has already been developed.
Do this as an exercise to practice the developer's communication skills.
To find possible enhancement options for practicing node.js
These differences were found:
In the node app you can select the player, it is a bit confusing when users try to start a game and It also has a disadvantage because the second player could enter to a player1’s room, so I think is better to have a username text field to avoid to enter to the wrong room.
We are missing copy game id button in node project
Minor changes
Add “side stacker” title as in the python project (see the image above)
When the game ends display an alert with winner's name and then return to the main page
Make sure it is no possible to enter a game without player name and game ID
The text was updated successfully, but these errors were encountered:
For the "copy game id" feature, pay attention to whether it'll work with a non-HTTPS address. I remember experiencing issues there on HTTP, which could be every applicant's environment
Context: We want to improve our hiring process related to the time developers spend writing code for their interviews, we want to provide applicants with a code base where they can simulate working on a project that has already been developed.
Purposes of this ticket:
These differences were found:
The text was updated successfully, but these errors were encountered: