Comment on Code Archeology – Lines of code by ageComments−tcopeland11yHa I just did a little RubyGem to find files of which x% of the lines are more than y years old - the olde_code_finder:http://thomasleecopeland.com/2014/09/18/olde-code-finder.htm...Actually, the first version only found files where x% of the lines were written by a particular author. Then someone gently suggested checking the line age, which made perfect sense.
Comments
Ha I just did a little RubyGem to find files of which x% of the lines are more than y years old - the olde_code_finder:
http://thomasleecopeland.com/2014/09/18/olde-code-finder.htm...
Actually, the first version only found files where x% of the lines were written by a particular author. Then someone gently suggested checking the line age, which made perfect sense.