💡
22

Why does nobody talk about the disaster of no version control?

Skipped Git when I began coding. Lost a whole project after a bad file save. Some say it's overkill for starters, others argue it's a must-have skill. What's your view?
4 comments

Log in to join the discussion

Log In
4 Comments
jesse_fox
jesse_fox1mo ago
Learn Git basics now, it's stupid simple and saves your butt.
6
matthewdixon
Explain the stupid simple part. What basics actually save your butt?
2
joel_jones
joel_jones24d ago
Copy folders first, then learn git like matthewdixon said.
-1
the_harper
the_harper1mo ago
Look, losing that project really sucks and I get why people push git. But calling it stupid simple sets beginners up to fail. The real basic need is just having backups, which you can do by copying folders or using cloud save without any commands. Learning git while also trying to code can feel like drinking from a fire hose. It's okay to solve the immediate problem first with a simple method, then learn version control when you actually need what it does.
4