From de5702aca00de1ebc89309f42b544b5dce85f4af Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Sat, 27 Jan 2024 19:30:33 -0500 Subject: [PATCH] editing rubric --- hws/03_amazon_prime/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hws/03_amazon_prime/README.md b/hws/03_amazon_prime/README.md index 2496f2b..b32c4ae 100644 --- a/hws/03_amazon_prime/README.md +++ b/hws/03_amazon_prime/README.md @@ -236,7 +236,7 @@ README.txt file. - One of name, collaborators, or hours not filled in. (-1) - Two or more of name, collaborators, or hours not filled in. (-2) - No reflection. (-1) - - OVERALL CLASS DECLARATION & IMPLEMENTATION AND CODING STYLE (Good class design, split into a .h and .cpp file. Functions > 1 line are in .cpp file. Organized class implementation and reasonable comments throughout. Correct use of const/const& and of class method const. ) (6 pts) + - OVERALL CLASS DECLARATION & IMPLEMENTATION AND CODING STYLE (6 pts) - No credit (significantly incomplete implementation) (-6) - Putting almost everything in the main function. It's better to create separate functions for different tasks. (-2) - Improper uses or omissions of const and reference. (-1)