You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hyper-set/README.md

19 lines
624 B

# HyperSet
## Notes
- [Website link](https://codefirst.iut.uca.fr/containers/HyperSet-hyperset)
- [Project subject](https://codefirst.iut.uca.fr/git/cedric.bouhours/Projets_SAE_S4/src/branch/master/Projets/Projet_11.md)
- [Original project website](https://sancy.iut.uca.fr/~lafourcade/hyper-set-reda/HyperSet/)
## Description of the project
null
## Project Convention
- Functions names must be explicit, complete and follow **camelCase** naming
- Variable follow **camelCase** naming convention
- Opening brace must be at end of line
- Directories names my_directory
- Files names -> my_file.js
- No useless comments