From ec51bcdb349f8f866b04c8200c0f72be4170e2ed Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Mon, 19 Feb 2024 21:41:30 -0500 Subject: [PATCH] Added to TODO file --- todo.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/todo.txt b/todo.txt index af30d58..c90246d 100644 --- a/todo.txt +++ b/todo.txt @@ -2,3 +2,5 @@ 2. ---- SHOULD BE DONE ---- Fix decoding function - segfaults if code is invalid. 3. Try to make the ball go between screens. +4. ALMOST DONE - Add better exception throwing and handling +5. Finish adding comments for the other files.