commit | 390954ed4baa2641b3949d7d68e5cc48df61af10 | [log] [tgz] |
---|---|---|
author | martin f. krafft <madduck@madduck.net> | Wed Aug 07 17:20:14 2013 +0200 |
committer | martin f. krafft <madduck@madduck.net> | Wed Aug 07 17:20:14 2013 +0200 |
tree | df00932349941e12cb8ac05ac529bc4e8bc897a4 | |
parent | 96a6affce929b5fdf0660c781c88c87a64d3d7d1 [diff] [blame] |
TODO update about interpolation Signed-off-by: martin f. krafft <madduck@madduck.net>
diff --git a/TODO b/TODO index 31ce28f..78b5046 100644 --- a/TODO +++ b/TODO
@@ -8,3 +8,6 @@ - Verbosity options, debugging - Add a configuration option to allow a set of classes to be slapped onto nodes by default (#5). +- Think about alternative implementations for Parameter interpolation, as + DictPath and RefValue are a bit cumbersome. It works, but it's not exactly + intuitive or pretty.