Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-09-09 10:48:59 +03:00
parent 01dbb214aa
commit ca0565364f

12
diff.js
View File

@ -33,16 +33,16 @@ var MIN_TEXT_LENGTH = 100
// - revise name -- this contains two parts: // - revise name -- this contains two parts:
// 1. diff / patch and friends // 1. diff / patch and friends
// 2. cmp and patterns // 2. cmp and patterns
// open candidates:
// ig-diff
// cdiff
// we need the name to be short and descriptive, possible // we need the name to be short and descriptive, possible
// candidates: // candidates:
// - objdiff / object-diff // objdiff / object-diff
// - diffcmp / diff-cmp // diffcmp / diff-cmp
// - compare // compare
// available names: // available names:
// ig-diff
// cdiff
// diffcmp / diff-cmp / cmpdiff / cmp-diff: // diffcmp / diff-cmp / cmpdiff / cmp-diff:
// diff-tools
// pattern-diff // pattern-diff
// //
// - revise docs... // - revise docs...