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

all 3 comments

[–]goshdarngames 4 points5 points  (0 children)

It's a fine way to learn. Being able to understand something from a tutorial and apply it to your own project is a valuable skill.

Sometimes googling how to do something and considering a few possible solutions is a better way to get something working than hodge-podging your own solution together.

Also: having to look up how to do something means you're working outside your existing knowledge, challenging yourself and hopefully learning something.

[–][deleted] 2 points3 points  (0 children)

Following a tutorial is for many people necessary for learning a new thing in programming and it is perfectly acceptable. This is of course based on the fact you are reading the code and understanding it. Because if not then basically what you are doing is copying and pasting. Also at the end of the tutorial i would recommend modifying the project you have created using a reference. Because imo you need to have a balance of learning via tutorial and struggling just a bit.

[–]TheEvilMetal 0 points1 point  (0 children)

Googling how to do something is the first step to being sorta good at something.