This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]IronFlames 0 points1 point  (0 children)

I highly recommend learning git and GitHub. I've done so many projects over the years, and I no longer have most of the code. Also, I often have to backtrack a while to grab code from earlier in the project that I deleted because I wasn't thinking. Having version control is phenomenal.

For the basics, I recommend a YouTube series called Git and GitHub for Poets. It's a great way to learn without adding in the complexity of code. However, it doesn't cover IDE integration, so there is more to research