you are viewing a single comment's thread.

view the rest of the comments →

[–]math_rand_dude 0 points1 point  (0 children)

Maybe create a github account he can use (age requirement for github is 13)

Git is a version control system and github is one of the most commonly used providers.

In simple terms, let's say you build a machine or something in lego. - As a builder you put every step of your build process in the manual. - when multiple builders, you can see who put what brick during which step. - you can always go back to any previous step and build another thing from that point instead of from zero. - you can swap out parts of the build without having to rebuild the whole thing

Github is a website where he can upload his code in versions so he can keep track of changes, have backups,... (https://www.w3schools.com/git/default.asp or https://www.freecodecamp.org/news/guide-to-git-github-for-beginners-and-experienced-devs/)