diff --git a/binarycpython/utils/grid.py b/binarycpython/utils/grid.py
index 162c78850f94b6fe7705cc4576842bbd1278aefa..7dcd814f7777cffa5f7de0e3899969de0bb9d517 100644
--- a/binarycpython/utils/grid.py
+++ b/binarycpython/utils/grid.py
@@ -19,6 +19,7 @@ Tasks:
     - TODO: think of a way to unload and remove the custom_logging_info library from memory (and from disk)
     - 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(...))
 """
 
 import argparse