Skip to content

Are there any specific guidelines or standards I should follow when submitting code? #18

Discussion options

You must be logged in to vote

So it depends, open source is basically about contributing to the community, so it is dependent on the project you're contributing to
but here are few thing to keep in mind

  • Get started by following the conventions of the programming language, like the naming conventions (casing, etc) and that specific language's best practices.
  • Check if there is any documentation or contributing guidelines. Look for sections related to coding standards, style guides, and any specific guidelines for submitting code.

(if such guidelines are not mentioned) then,

  • Take a look at the existing codebase of the project. Note the formatting, naming conventions, and overall style used in the code. This can give y…

Replies: 3 comments 1 reply

Comment options

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

Answer selected by daintyhypogriff45005
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
3 participants