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!!!