From 8f574f35eb26db3a59ad534142361eec4d49bc36 Mon Sep 17 00:00:00 2001 From: Rishab Maheshwari <40054912+rishabmahesh@users.noreply.github.com> Date: Fri, 11 Mar 2022 14:56:16 -0500 Subject: [PATCH] Create CodeReview.md --- CodeReview.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CodeReview.md diff --git a/CodeReview.md b/CodeReview.md new file mode 100644 index 0000000..aa65340 --- /dev/null +++ b/CodeReview.md @@ -0,0 +1,2 @@ +You did not include any comments in your test/nlp_tools_test.py file. I do not know which function is doing what very easily. I will have to read the function and try to figure out what each function is doing. Please include some comments in this file. +Same problem with nlp_tools.py. I do not know what each function is doing. You have also not organized your code in any way. The server.py, and nlp_model.py all are in the same place. Segregating them into folders would help both the reader and you in the long run.