Skip to content

Are there any best practices or coding standards you recommend for new contributors? #1510

Closed Answered by imsudiptaa
Codingnaveen46 asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, adopting best practices and following coding standards can make your contributions more effective and maintainable, especially as a new contributor. Here are some highlighted points to note :

  1. Understand the project : Read the documentation, contribution guide, spend time exploring the file structure, naming conventions, and coding patterns.
  2. Code Style and Formatting : Use the formatting and coding style the project follows
  3. Write Clean and Readable Code : Add comments to explain the why, not the what, of complex code sections, use meaningful commits.
  4. Git Practices : Always work on a separate branch for each feature or bug fix, Keep your branch updated with the main branch to avoid co…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Codingnaveen46
Comment options

Answer selected by Codingnaveen46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants