From fc2f8fde6275a2891c2b472733856a3fffd6ae81 Mon Sep 17 00:00:00 2001 From: RemRem Date: Thu, 2 Feb 2023 14:29:59 +0100 Subject: [PATCH 1/2] update README.md --- README.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ede5d5c..246a05b 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 and complete +- 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 From 1dfdae926e8103f47855a44031a5d5d699e1f4f9 Mon Sep 17 00:00:00 2001 From: RemRem Date: Thu, 2 Feb 2023 14:32:17 +0100 Subject: [PATCH 2/2] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 246a05b..5624f99 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ null ## Project Convention -- Functions names must be explicit and complete +- 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