From c12c9b5850af049262c64279488c1f3b134d1c04 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Fri, 12 Apr 2024 16:49:37 -0400 Subject: [PATCH] removing the note --- hws/10_tiktok_trends/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hws/10_tiktok_trends/README.md b/hws/10_tiktok_trends/README.md index 681cee7..ed2dcc1 100644 --- a/hws/10_tiktok_trends/README.md +++ b/hws/10_tiktok_trends/README.md @@ -302,7 +302,7 @@ You can test (but not view) the instructor's code here: [instructor code](http:/ - 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) - - 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. ) (5 pts) + - IMPLEMENTATION AND CODING STYLE (5 pts) - No credit (significantly incomplete implementation) (-5) - Putting almost everything in the main function. It's better to create separate functions for different tasks. (-2) - Function bodies containing more than one statement are placed in the .h file. (okay for templated classes) (-2)