From 7f3cf01db16eb348c440a3f919f7def4dbbece9d Mon Sep 17 00:00:00 2001 From: PyroStefan Date: Tue, 28 May 2019 19:26:47 -0300 Subject: [PATCH 1/7] just testing; used https :/ idk? --- stefan_testo.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 stefan_testo.txt diff --git a/stefan_testo.txt b/stefan_testo.txt new file mode 100644 index 0000000..9615af1 --- /dev/null +++ b/stefan_testo.txt @@ -0,0 +1 @@ +hey there! From 46871a4df251165199b0587d313bbb5dda7e06f8 Mon Sep 17 00:00:00 2001 From: PyroStefan Date: Tue, 28 May 2019 19:29:12 -0300 Subject: [PATCH 2/7] idk --- second_test_lol.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 second_test_lol.txt diff --git a/second_test_lol.txt b/second_test_lol.txt new file mode 100644 index 0000000..e69de29 From f273195fd03a1dac411765d16175836cea062046 Mon Sep 17 00:00:00 2001 From: PyroStefan Date: Tue, 28 May 2019 19:37:23 -0300 Subject: [PATCH 3/7] deleted some stuff owo --- second_test_lol.txt | 0 stefan_testo.txt | 1 - 2 files changed, 1 deletion(-) delete mode 100644 second_test_lol.txt delete mode 100644 stefan_testo.txt diff --git a/second_test_lol.txt b/second_test_lol.txt deleted file mode 100644 index e69de29..0000000 diff --git a/stefan_testo.txt b/stefan_testo.txt deleted file mode 100644 index 9615af1..0000000 --- a/stefan_testo.txt +++ /dev/null @@ -1 +0,0 @@ -hey there! From 3f294dd948c3428a10b5f7fdf7352dd8a3243205 Mon Sep 17 00:00:00 2001 From: PyroStefan Date: Tue, 28 May 2019 19:37:53 -0300 Subject: [PATCH 4/7] third attempt uwu --- heeeeeeeeeeeeeelp.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 heeeeeeeeeeeeeelp.txt diff --git a/heeeeeeeeeeeeeelp.txt b/heeeeeeeeeeeeeelp.txt new file mode 100644 index 0000000..e69de29 From e1d253a303fc4ad4399ec35ec533b2b1fe6f56c2 Mon Sep 17 00:00:00 2001 From: Stefan Udit Date: Mon, 17 Jun 2019 14:46:38 +0000 Subject: [PATCH 5/7] Delete 'heeeeeeeeeeeeeelp.txt' --- heeeeeeeeeeeeeelp.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 heeeeeeeeeeeeeelp.txt diff --git a/heeeeeeeeeeeeeelp.txt b/heeeeeeeeeeeeeelp.txt deleted file mode 100644 index e69de29..0000000 From 3ff135236d395769dd1af5c77367e44f1d62cbbe Mon Sep 17 00:00:00 2001 From: Stefan Udit Date: Mon, 17 Jun 2019 14:52:05 +0000 Subject: [PATCH 6/7] Revision of guidelines Moved the 'commenting' guideline to the first position, as I believe that this is the first step towards a better working environment with each other. --- Development Guidelines.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Development Guidelines.md b/Development Guidelines.md index 31dcdc0..98bf457 100644 --- a/Development Guidelines.md +++ b/Development Guidelines.md @@ -1,6 +1,8 @@ -1.No "using namespace std;" +1.Add comments to explain what you are trying to do. -2.Clearly declare "private" inside of class. For example: +2.No "using namespace std;" + +3.Clearly declare "private" inside of class. For example: use ```c++ @@ -23,8 +25,6 @@ class item{ ``` -3.Declare inheritance type(public, private, protected) when using inheritance. +4.Declare inheritance type(public, private, protected) when using inheritance. -4.If not finished with code, add a TODO as comments. - -5.Add comments to explain what you want to do. \ No newline at end of file +5.If not finished with code, add a TODO as comments. From 4e970a73a8dcee42cbd746c7b54f9954164e8f2f Mon Sep 17 00:00:00 2001 From: Stefan Udit Date: Mon, 17 Jun 2019 14:57:04 +0000 Subject: [PATCH 7/7] Parkmanne description Added a description to what Parkmanne aims and achieves. (will edit later dw) --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a6772f4..b0a2f39 100644 --- a/readme.md +++ b/readme.md @@ -3,4 +3,8 @@ use ``` g++ main.cpp Park_time.cpp Customer.cpp Park_spot.cpp -o test.exe ``` -to build the project \ No newline at end of file +to build the project + +# Parkmanne +## A stroll in the park +Parkmanne aims to achieve provisionary effectiveness in the sector of parking. This problem had. \ No newline at end of file