From 81f8184d84b4b0bb4d21f31361249e18ac7d3a84 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 16 Jul 2018 18:58:29 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- diff.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/diff.js b/diff.js index 1641796..da44598 100644 --- a/diff.js +++ b/diff.js @@ -480,7 +480,11 @@ function(A, B, options, cache){ } -// XXX need to track order very carefully here... (???) +// XXX dows change order matter here??? +// ...some changes can affect changes after them (like splicing +// with arrays), this ultimately affects how patching is done... +// ...or is this a quastion of how we treat indexes and the patching +// algorithm??? // XXX should this follow the same extensible structure as _diff??? // ...i.e. type handlers etc. // ......or this could be more generic...