Skip to content

Conversation

@cosminalexandru
Copy link
Collaborator

No description provided.

string cuvant;
char stack[1001];
int gasit;
void Narcis ( int nod , string cuv , int k ){
Copy link
Collaborator Author

@cosminalexandru cosminalexandru Mar 22, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Iti recomand sa iti documentezi functiile. Scrii /** dai enter si completezi parametrii. Un exemplu de documentare:
/**
*

  • @param a represent an integer, first termen of sum
  • @param b represent an integer, second termen of sum
  • @return an integer, represent the sum of parameters
    */
    int suma(int a, int b) {
    return a + b;
    }

De asemenea naming-ul metodei ar trebui sa fie sugestiv.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants