Skip to content

Instantly share code, notes, and snippets.

@shageman
Created April 22, 2014 16:39
Show Gist options
  • Select an option

  • Save shageman/11185993 to your computer and use it in GitHub Desktop.

Select an option

Save shageman/11185993 to your computer and use it in GitHub Desktop.
#Count the lines of Ruby code in your app
find . -iname "*.rb" -type f -exec cat {} \; | wc -l
@darkhelmet

Copy link
Copy Markdown

150K in our monorail.

@thejspr

thejspr commented Jun 14, 2014

Copy link
Copy Markdown

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.

@ozzyaaron

Copy link
Copy Markdown

We've got 219,515 LOC. Recently knocked out 50KLOC from stale code and we run about 8 services external to our mono 😸

@ukazap

ukazap commented Jun 24, 2018

Copy link
Copy Markdown

375455 LoC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment