diff grid_refactor.md @ 1287:014d365c18de refactor/grids

Add some todos
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 03 Mar 2023 15:40:20 +0100
parents 1157f889bf50
children 6753b210d0ab
line wrap: on
line diff
--- a/grid_refactor.md	Fri Mar 03 15:40:04 2023 +0100
+++ b/grid_refactor.md	Fri Mar 03 15:40:20 2023 +0100
@@ -18,6 +18,7 @@
 * Document the expected behavior of grid functions
 * Write down the thinking around Grid being an AbstractArray. Why it doesn't work
 
+* Check all the docstring of all types that have been changed
 * Clean out Notes.md of any solved issues
 * Delete this document, move remaining notes to Notes.md
 
@@ -123,3 +124,4 @@
 
 Can it be done with some kind of trait? We can give AbstractArray the appropriate trait and keep them for the simplest grid functions.
 
+## Implement the tensor product operator for grids?