Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comments above functions #7

Open
1 of 4 tasks
tonTed opened this issue Apr 20, 2022 · 2 comments
Open
1 of 4 tasks

Comments above functions #7

tonTed opened this issue Apr 20, 2022 · 2 comments

Comments

@tonTed
Copy link
Owner

tonTed commented Apr 20, 2022

  • Template
  • Function usecase exemples template
  • Lister les fonctions
  • Generate status "[0] = c'est pas fait, [1]..."

Functions:

  • [ ]
@jbernard99
Copy link
Collaborator

/{FUNCTION PROTOTYPE}
|

|* Description : This function uses ...
|*
|* Arguments :
|* {TYPE} {ARG1 NAME} :
|* {TYPE} {ARG2 NAME} :
|*
|* Returns :
|* {TYPE} {VAR NAME} :
*/

@jbernard99
Copy link
Collaborator

/*
Things to know :
-
-
-
/
/

Usecase exemple :
- Ex 1 mafunction(14)
- Desired result : 5
- Ex 2
- ...
/
/

Workflow:
Step 1:
- [ ] : Do this
- [ ] : Do that
Step 2:
- [ ] :
- [ ] :
Step 3:
- [ ] :
- [ ] :
/
/

Handled Errors :
Err 1 :
Err 2 :
*/

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

No branches or pull requests

2 participants