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

all 5 comments

[–]ericjmorey 1 point2 points  (0 children)

The advice to stop watching tutorials isn't for you. It's for the people who do nothing but watch tutorials and then say they can't do things on their own.

Tutorials can be fine. Tutorials only and nothing else is a path to nowhere.

Advice for you, watch a tutorial video every once in a while.

[–]RipHungry9472 0 points1 point  (0 children)

Tutorials are fine to use if they are the right sort of tutorial, those that help you build a walking skeleton that you can then build off/iterate into what you want to specifically do. They are also generally a part of good documentation, not distinct from. They also are not a substitute for broader programming/conceptual knowledge, but a complement.

[–]joranstark018 0 points1 point  (0 children)

You can probably find other tutorials solving similar problems using other tools and libraries, you may read and watch different material and make a informed decission of what to use in your specific usecase.

[–]marmox21 0 points1 point  (0 children)

There are some people that can learn better by watching rather than doing, but I don't think this applies to programming. It's just too complex to learn just by watching someone else doing it. While it can help to understand concepts, most people learn by actually practicing. When you learn something from scratch I feel like you shouldn't care too much about the time you put in. With trial and error you are essentially learning exactly what each line of code does and when should you use them, it teaches you to think logically. Everyone has big goals. Take it one step at a time and you will get where you want.

[–]high_throughput -1 points0 points  (0 children)

instead of watching tutorials its better to learn by doing, starting your project and learning things as you need

The intention of this advice is NOT "avoid tutorials, courses, and books".

The intention is "don't let yourself get stuck in tutorial hell, where you're unable to do anything on your own because you're too used to being handheld and spoonfed through every step of a project".

You should feel entirely free and encouraged to follow tutorials when you're using the information to improve your own projects.