Mohsen Saboorian schrieb: > Good news :) > >> * The complexity of the API has dropped by 47%. > > Just out of my curiosity. How do you measure API the complexity? Why > not 43.5849% :)
From the blog post: "By removing all of those methods we’ve been able to reduce the size of the jQuery API by 47%." So I think the number is coming from a simple method count diff. Apart from that I only know (slightly) about cyclomatic complexity for calculating a function's complexity. -- Klaus _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
