Dagim H.#7
Conversation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
📝 HackYourFuture auto gradeAssignment Score: 0 / 100 ✅Status: ✅ Passed Test Details |
|
Taking this review @Unlock7. |
|
Your effort wiring up the SQLite layer is clear, but there are a few key issues. The implementation was not fully verified against the expected behavior. The output differs (deck 1 returns 1 card instead of 4, and Commit messages are too vague ( There are no tests. Without them, correctness depends on manual checks, which were incomplete here. The main gap is verification: the code was not validated end-to-end before submission. cc @stasel |
|
Hi @mvcatsifma Thank you for the feedback. It helped me to realise where I fell short, especially with the ID shifts caused by manually deleting rows to fix duplicate values. I mistakenly assumed SQLite would automatically re-sort the IDs, but I now understand its auto increment behaviour doesn't work that way. |
No description provided.