diff --git a/binarycpython/utils/grid.py b/binarycpython/utils/grid.py
index 7ec47378d7f0e9c3793f83b2de1296c0038ad806..162c78850f94b6fe7705cc4576842bbd1278aefa 100644
--- a/binarycpython/utils/grid.py
+++ b/binarycpython/utils/grid.py
@@ -16,8 +16,9 @@ Tasks:
     - TODO: type the private functions
     - TODO: fix the correct object types for the default values of the bse_options
     - TODO: uncomment and implement the HPC functionality
-    - TODO: think of a clean and nice way to unload and remove the custom_logging_info library from memory (and from disk)
-    - TODO: think of a nice way to remove the loaded grid_code/ generator from memory.
+    - 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
 """
 
 import argparse