DEV Community

Julian Muñoz
Julian Muñoz

Posted on

How know I learning good practices for programming?

Hi everyone, I want to know how I know my code has the good practices?. Where I can find a standard or manual global with good practices. Now I’m learning React.

I know basic things but I feel I need learn more best practices

Top comments (2)

Collapse
 
vinibgoulart profile image
Vinicius Blazius Goulart

Seek open source projects and see the code, you can't know if you're using good practices if you don't consult other projects. GitHub has many repositories, search your technology there and venture into projects.

Collapse
 
julimuz profile image
Julian Muñoz

Thanks, you have some recommendations repo from GitHub?, because has a lot repo but, what is the best start point?