eschulte pushed a commit to branch go
in repository elpa.
commit 412a219163337d3d3bad0e68320c2ab5fa7290b1
Author: Eric Schulte <[email protected]>
Date: Wed May 16 00:04:15 2012 -0400
implementation notes
---
sgf.el | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/sgf.el b/sgf.el
index c342541..c5fb981 100644
--- a/sgf.el
+++ b/sgf.el
@@ -69,6 +69,13 @@
;; - games build such trees as they go
;; - a board is just one interface into such a tree
+;;; Notes:
+
+;; Save the board layout associated with each node in the sgf file,
+;; and only make new boards if there is not already a known board
+;; layout for a node. That way there is no worry about replacing
+;; removed stones when moving backwards in a game.
+
;;; Code:
(require 'cl)