DEV Community

Bebe Zi
Bebe Zi

Posted on

How to know what code to use?

I have been self-taught since December of 2019. I have a couple projects I want to build ground up.

MY QUESTIONS:

  1. How do programmers best plan the designs for their ideas? I am not at all creative when it comes to layouts and colours so for now I ask my best-friend (she's not a programmer), to help me out with thatπŸ˜‚

  2. Is it normal for me starting out to be referring lots to google, stack overflow, etc. Just trying to figure out the best code to implement?

  3. How do experienced programmers just know how what code to write and barely have to reference; and what are things I can work on so I can work towards be a bit more like that?

If you have answers or tips to any or all the questions, that would be great!
Thanks

Top comments (2)

Collapse
 
pogadev18 profile image
Pogacean Bogdan

I'm a self taught javascript developer since 2015 and I can definitely relate to your questions!

  1. Use other websites for inspiration. Sketch your app on a paper.

  2. It's normal to go on stack overflow and to google everything out that you don't understand. Try to stick to some good resources tough (like medium or dev.to)

  3. Through experience. And for sure even a senior dev don't know everything from the beginning

Collapse
 
bebezi profile image
Bebe Zi

Thanks this is deffs helpful!