Created
June 19, 2011 00:09
-
-
Save scottmessinger/1033617 to your computer and use it in GitHub Desktop.
Backbone.js todos vs knockout.js todos
all I was saying is that you will get quite different numbers if you 1. - remove all blank lines, 2. count what's left. Now you can see it here: https://gist.github.com/2589644 which is based on your revised example without comments (https://gist.github.com/2285747). See, now it's 189 vs 103. Not even twice as big.
Ah, perfect! I didn't think about stripping out the whitespace, thinking it was needed for readability of the comparison. Yours is definitely a better comparison.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hmm.. Guess I'm not seeing that. I know in the gist I made I think I was pretty fair with line breaks, and removing all the comments: https://gist.github.com/2285747