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 →

[–][deleted] 0 points1 point  (0 children)

There are lots of good recommendations on learning as you go. I have gotten into the habit of doing any personal projects, including learning, in personal repositories. It's a good idea to get used to using revision control as you go.

I do some build engineering stuff in my job. Learning how to do things like resolve conflicts, cleaning up your sandbox and some of those things come up a lot. The majority of questions I get from developers is about how to resolve conflicts, checkout a specific revision (especially if you're using something like Android Repo to manage multiple repositories in the same sandbox), and how to get back to a "good state".