WardCunningham / Smallest-Federated-Wiki

This wiki innovates by: 1. federated sharing, 2. drag refactoring and 3. data visualization.
http://wardcunningham.github.com/
GNU General Public License v2.0
1.21k stars 178 forks source link

Switch action handling to array methods. #351

Closed nrn closed 11 years ago

nrn commented 11 years ago

Abandoned the crazy list comprehensions and otherwise hard to understand action handlers in favor of standard array methods. Dropped a bunch of unnecessary parentheses.

WardCunningham commented 11 years ago

Thanks for this. I especially like the punctuation reduction.