From: Jason Woofenden Date: Sun, 3 Nov 2013 10:03:11 +0000 (-0500) Subject: fix todo comments X-Git-Url: https://jasonwoof.com/gitweb/?p=hexbog.git;a=commitdiff_plain;h=923aac95deef59e3d70be18c06de82c63bbbf54b fix todo comments --- diff --git a/main.coffee b/main.coffee index 366d54e..00b7ae2 100644 --- a/main.coffee +++ b/main.coffee @@ -335,7 +335,8 @@ blip_selection = -> # convert to arrays so we can sort, etc nneighbors = (v for k, v of nneighbors) neighbors = (v for k, v of neighbors) - # TODO randsort neighbors and nneighbors + # TODO make this apply eavenly to neighbors + # TODO different range for different word lengths for nei in [neighbors, nneighbors] if unsink > 0 for i in nei