You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plug-in must ask for a title, a brief description and the how to use the code (documentation) upon trying to add code to the code repository.
The header files and other functions (dependencies) required for correct functioning of the code should be provided. If it requires functions other than the ones provided by the standard library they must be present in the code repository else they must be added to the code repository.
The code must be reviewed by other developers to ensure the quality of the code.
The text was updated successfully, but these errors were encountered:
One more thing that needs to be discussed is the second point of the description. The other functions required for correct functioning needs to be checked. How it is to be done is not so clear as there are a few alternatives do that. Decision to be made after discussion.
One more suggestion that could be considered is that, the code that the user is trying to add could be checked to ensure that it is a syntactically correct code - so that it would be easy for the reviewer as he would need to review only it's quality. The reviewer wouldn't be frustrated as he need not check the code for missing parantheses (or) a missing semicolon, instead of checking for the quality of the code.
The plug-in must ask for a title, a brief description and the how to use the code (documentation) upon trying to add code to the code repository.
The header files and other functions (dependencies) required for correct functioning of the code should be provided. If it requires functions other than the ones provided by the standard library they must be present in the code repository else they must be added to the code repository.
The code must be reviewed by other developers to ensure the quality of the code.
The text was updated successfully, but these errors were encountered: