Feedback#1
Conversation
ProfMStoica
left a comment
There was a problem hiding this comment.
This is a full solution with a detailed report. No video demo was submitted. I apreciate you openly sharing your AI chat history so I can give you feedback on it. While you started well asking questions about the meaning of DateTimes and TimeSpan you went beyond the allowed guidelines by posting the entire assignment, your entire code base and getting back answers with full solutions. In the process, you lost control of the development process. Having said that, I can see you worked hard to understand and developed the solution highly iteratively so please take this feedback constructively. It is not meant to be punitive. In the future please do not upload the PDF instructions of the assignment to AI and ask questions that are much more specific. Do not upload wholesale solutions and ask generic questions like "What is wrong with my code?"
| @@ -0,0 +1,46 @@ | |||
| [ChatGPT conversation](https://chatgpt.com/share/69e50eda-9268-83ea-90f1-a0844c2c96dd) | |||
There was a problem hiding this comment.
I am glad I finally have access to your chat history and appreciate you including it. The others had expired because of how late I was in looking at them.
There was a problem hiding this comment.
You can see that you went above even what ChatGPT suggested to do according to your initial prompts. An ethical AI would have stopped answering questions like this and helped you figure things out by yourself but ChatGPT is not an ethical AI and is not interested in your learning although it sounds like it is. It is just a pattern matching algorithm.
There was a problem hiding this comment.
|
|
||
| Throughout this assignment, I leisurely took the time to implement the code, following the UML. | ||
| I at some points felt lost, and paused, came back after a few days used ChatGPT as a way to unblock the path forward. | ||
| I know very well that I need to parse the final result to get all the pieces together. I find myself often seeing the end, and not how to get there. |
There was a problem hiding this comment.
The answer to this is debug your code in small increments and see how it works. You don't need to ask ChatGPT how it works, you can see it yourself.
| Throughout this assignment, I leisurely took the time to implement the code, following the UML. | ||
| I at some points felt lost, and paused, came back after a few days used ChatGPT as a way to unblock the path forward. | ||
| I know very well that I need to parse the final result to get all the pieces together. I find myself often seeing the end, and not how to get there. | ||
| The question I MUST ask myself going forward is: What do I need to get to the end? |
There was a problem hiding this comment.
Writing comments before coding allows you to break the problem down into small problems.







👋! GitHub Classroom created this pull request as a place for your teacher to leave feedback on your work. It will update automatically. Don’t close or merge this pull request, unless you’re instructed to do so by your teacher.
In this pull request, your teacher can leave comments and feedback on your code. Click the Subscribe button to be notified if that happens.
Click the Files changed or Commits tab to see all of the changes pushed to the default branch since the assignment started. Your teacher can see this too.
Notes for teachers
Use this PR to leave feedback. Here are some tips:
For more information about this pull request, read “Leaving assignment feedback in GitHub”.
Subscribed: @StGCo