DEV Community

Discussion on: Make while learning or learning before you make?

Collapse
 
itsasine profile image
ItsASine (Kayla)

I like to have a pretty deep amount of research before diving into a project and then learning nuances. The biggest thing I never want to run into is not knowing what I don't know, so I think doing a bunch of reading prior to starting a project helps map out the technology a bit before using it.

Like, conceptually, I know a bunch of ES6+ features. But before my summer project, I'd never used them, and all TypeScript examples assume you're a master of ES6, so I had to do some digging. Since I had that inkling of a foundation, I've been able to Google things more effectively. I probably read too much about Angular before jumping into a real project on it, but I think the TypeScript side of it had a healthy balance of knowing parts of it but just enough to know what to Google.

Collapse
 
chrisvasqm profile image
Christian Vasquez • Edited

We are really similar hahaha, thanks for sharing your thoughts, Sine :D