Created
April 22, 2014 16:39
-
-
Save shageman/11185993 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Count the lines of Ruby code in your app | |
find . -iname "*.rb" -type f -exec cat {} \; | wc -l |
We've got 219,515 LOC. Recently knocked out 50KLOC from stale code and we run about 8 services external to our mono 😸
375455 LoC
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @shageman, I didn't get the correct twitter hashtag from your talk (http://www.youtube.com/watch?v=MIhlAiMc7tU). #zebra ? I'd like to see which numbers people came up with.