Ask HN: Is version control worth learning early on?
https://news.ycombinator.com/item?id=801824Just spent two hours writing a 25line Python script. First real script, totally happy and pleased with myself. But what do I do with it?
I am planning on storing it in my personal Dropbox so I can edit it or create more on which-ever computer I own, but my question is: would it be worth it to learn Git/SVN now, in the early stages of programmer-hood, or later down the road. Would I benefit from learning/using Git/SVN now? Or would I benefit more from ignoring Git/SVN and just focus on writing code. Thanks.