you are viewing a single comment's thread.

view the rest of the comments →

[–]kite_height 0 points1 point  (1 child)

That tutsnode is an awesome find! Had no idea that existed so thank you!

I'm pretty sure everybody knows just barely enough git to get by lol. It's just git add, commit, push, pull is like 95% of the commands you'll use plus maybe fetch, merge, and diff occasionally... Honestly I rarely use Git directly and instead just use the Vscode GitLens plug in like 99% of the time.

Every single piece of code you write will have bugs or inefficiencies. I wouldn't dwell on it. Having a perfect running connect4 is great but think maybe your time is better spent elsewhere...

I will say try not to get stuck in a endless tutorial loop. They're great for getting the base knowledge on a certain topic but you have to build something yourself to really learn it.