Coding Tracker Project Finished#256
Coding Tracker Project Finished#256jcshepherd63 wants to merge 6 commits intoTheCSharpAcademy:mainfrom
Conversation
andymartinez1
left a comment
There was a problem hiding this comment.
Hi @jcshepherd63. While reviewing your project, I noticed that there is no duration for the coding session. This is one of the requirements of the project:
Everything seems to be working well, but there are a lot of inconsistencies in your code and formatting.
Missing namespace:
I would suggest going through your code and doing a cleanup and reformat before every project submission.
I would suggest using (YYYY-MM-DD) since this is the international standard for representing dates and times (ISO 8601).
I know some of these may sound like nitpicking, but I am trying to set you up for success with the upcoming projects. They will become harder and reviews will become more strict.
Please add the missing requirement so I can approve.
Best regards,
@andymartinez1
This project was definitely more difficult that the Habit Tracker project; however, it forced me to figure out how to do research/read documentation which was very beneficial.