DEV Community

Discussion on: What is your advice to people just getting started in code?

Collapse
 
antonfrattaroli profile image
Anton Frattaroli

Learn the tools (your IDE of choice). Do you know what the function keys on your keyboard do? Ctrl+F? Ctrl+S?

Error messages tell you where it's broken. Google the error message if you don't know how to fix it.

Read a lot. From a lot of different sources.

Use source control.