Open karl-project-review opened 6 years ago
I am really dissapointed with my performance, I was hoping for full score. The real lesson for me here is "stop bloody starting graduate project one day before deadline!". But like they said, "better luck next time". Anyway, points noted. Thanks for the review.
Rubric Score
Criteria 1: Valid Python Code
Criteria 2: Implementation of Project Requirements
Criteria 3: Software Architecture
Criteria 4: Uses Python Language Features
Criteria 5: Produces Accurate Output
Overall Score: 18/20 (Meets Expectations)
Nice work on this overall! The majority of your code does what it should, and you used Python language features rather than reinventing the wheel. However, I would encourage you to spend some time looking at the frequency_comparison() function to make sure you understand the problems with it discussed in issue #3 and what we could do to fix these issues. Also, as you move forward with your programming, look for places like that in issue #4 where loops or functions could be used to reduce unnecessary redundancy, as this can save you time and make it easier to maintain your code. Again, nice job with this project overall!