Showing posts with label Refactoring. Show all posts
Showing posts with label Refactoring. Show all posts

Thursday, June 16, 2011

Refactoring Javascript with kratko.js

kratko.js takes an object and collects statistics about its methods and arguments. It can then display that information in a table, allowing to sort by method or argument length. It also provides such numbers as average method/arguments length, and max/min method/arguments length.

http://perfectionkills.com/refactoring-javascript-with-kratko-js/