From 86fb25ba632e724653adf92ef51f901094c650c6 Mon Sep 17 00:00:00 2001 From: Doina Langille Date: Tue, 11 Feb 2020 19:53:02 -0500 Subject: [PATCH] review --- review.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 review.md diff --git a/review.md b/review.md new file mode 100644 index 0000000..7e844e8 --- /dev/null +++ b/review.md @@ -0,0 +1,8 @@ +* code flow easy to follow +* the methods are easy to use + +* I would recommend formatting the code from explorator.py using http://pep8online.com/, +as some lines seem to be too long +* Consider adding docstrings on functions + +GREAT JOB!!!