lib/picky/query/weights.rb in picky-1.0.0 vs lib/picky/query/weights.rb in picky-1.1.0
- old
+ new
@@ -36,10 +36,10 @@
# Just kidding. It's far more complicated than that. Ha ha ha ha ;)
#
# Note: Cache this if more complicated weighings become necessary.
#
def score combinations
- # TODO Beautify?
+ # TODO Beautify? Use categories for weights?
#
# weight_for combinations.map(&:category).clustered_uniq_fast.map!(&:name)
# TODO combinations could cluster uniq as combinations are added (since combinations don't change).
#
\ No newline at end of file