diff --git a/README.md b/README.md index ede5d5c..5624f99 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,19 @@ # HyperSet -## Description of the project - -2nd Year Project of IT BUT in Aubière +## Notes -## Subject +- [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 -[link of the initial project](https://codefirst.iut.uca.fr/git/cedric.bouhours/Projets_SAE_S4/src/branch/master/Projets/Projet_11.md) +null -## Created by : +## Project Convention -LACOTE Raphaël JAULT Aurian ARNAL Rémi JACQUELIN Bastien \ No newline at end of file +- 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 \ No newline at end of file