diff --git a/binarycpython/utils/grid.py b/binarycpython/utils/grid.py
index 40962186a3a2b73e0cf1b7d52a2b39f5c2654b19..1927ee5c7efb8520416a532a34c0e02eadd521fe 100644
--- a/binarycpython/utils/grid.py
+++ b/binarycpython/utils/grid.py
@@ -20,6 +20,7 @@ Tasks:
     - TODO: think of a way to remove the loaded grid_code/ generator from memory.
     - TOOD: Especially this file contains much code that can be split off into smaller bits. Consider looking at the code and doing that
     - TODO: add function to halt any runs if binary_c is not configured correctly (i.e. require_binary_c(...))
+    - TODO: Set up functionality that compares the compiled library to the binary-c-config structure sizes.
 """
 
 import argparse