DEV Community

Discussion on: How to escape from Tutorial Hell and never come back

Collapse
 
davidmm1707 profile image
David MMπŸ‘¨πŸ»β€πŸ’»

Yeah. Many people say "Just work on your own", but reading someone's else code teaches you to do things in a way you could not even dream.

And teaches you how 'real' developers do things.

Collapse
 
zeslova profile image
Simon Newby

It also helps passively introduce you to things like factories and design patterns because you see them in action and have to intuit the implementation rather than just magically decide you need to know about these things because you stumbled across a tutorial or article.