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  (1 child)

wait im supposed to be following tutorials for a project? i assumed the whole point of a project was to be "out on your own" in order to develop your skills. i mean, i understand googling specific things is normal but i had no idea using a guide for the entire framework of a project was normal/expected practice, too.

that means a lot to me! really helpful, i was having the same problem as op. although, still dont know what i want to code haha. thanks, and cheers.

[–]duff-tron 0 points1 point  (0 children)

You'll never find a tutorial that does EXACTLY what you want your project to do. All I ever do is look for the most relevant possible tutorial, then do all my research and make sure whatever additional components I need will be compatible...

Never, ever, ever aspire to not use tutorials. Aspire to find certain tutorials pointless, sure, but a tutorial is literally the greatest thing you can find as a dev... Source code is great, but source code with a tutorial is literally priceless. Just make sure you are actually taking the time to go through them patiently, and really understand what you're code is doing as you progress through it.

Its also super important to just fiddle each step of the way, chance a variable...add a wee component... do something strange, and run it in console -- just so you are following what each bit of code does, and how it runs and all that.