From ca0565364f5b20c6875860277e5e5b71ee7110a5 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 9 Sep 2018 10:48:59 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- diff.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/diff.js b/diff.js index ea2e253..aa59a30 100644 --- a/diff.js +++ b/diff.js @@ -33,16 +33,16 @@ var MIN_TEXT_LENGTH = 100 // - revise name -- this contains two parts: // 1. diff / patch and friends // 2. cmp and patterns -// open candidates: -// ig-diff -// cdiff // we need the name to be short and descriptive, possible // candidates: -// - objdiff / object-diff -// - diffcmp / diff-cmp -// - compare +// objdiff / object-diff +// diffcmp / diff-cmp +// compare // available names: +// ig-diff +// cdiff // diffcmp / diff-cmp / cmpdiff / cmp-diff: +// diff-tools // pattern-diff // // - revise docs...