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 the school curriculum, the projects get increasingly complex and when students have to write the code themselves through guided challenges, we need to provide a code reference that is not too far from where they are at.
This task is about exploring ways to generate multiple copies of a project and it's coded at different stages from a master copy.
We have two main ways to go about this:
Using a version control system to produce the steps for the project additively
Using a method like GDPractice to extract the different steps from a finished copy of the project
The text was updated successfully, but these errors were encountered:
In the school curriculum, the projects get increasingly complex and when students have to write the code themselves through guided challenges, we need to provide a code reference that is not too far from where they are at.
This task is about exploring ways to generate multiple copies of a project and it's coded at different stages from a master copy.
We have two main ways to go about this:
The text was updated successfully, but these errors were encountered: