Code Archeology – Lines of code by age
1–10 of 20 posts
Re: Code Archeology – Lines of code by age
#2http://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.
Re: Code Archeology – Lines of code by age
#3Re: Code Archeology – Lines of code by age
#4Re: Code Archeology – Lines of code by age
#5Which do we prefer, though? As an industry, we seem to chose the "new shiney" way more than the alternatives. To the point that "hasn't been touched by the author in a few years" is a warning sign more than a sign of completeness.
Re: Code Archeology – Lines of code by age
#6Which do we prefer, though? As an industry, we seem to chose the "new shiney" way more than the alternatives. To the point that "hasn't been touched by the author in a few years" is a warning sign more than a sign of completeness.
Re: Code Archeology – Lines of code by age
#7I really think it should be the opposite. Recent code should be clearly visible and older code should progressively interpolate into black. The current setup is extremely unintuitive for me.
Re: Code Archeology – Lines of code by age
#8> Remember - the lighter the color, the older the code. I really think it should be the opposite. Recent code should be clearly visible and older code should progressively interpolate into black. The current setup is extremely unintuitive for me.
Re: Code Archeology – Lines of code by age
#9Re: Code Archeology – Lines of code by age
#10> Remember - the lighter the color, the older the code. I really think it should be the opposite. Recent code should be clearly visible and older code should progressively interpolate into black. The current setup is extremely unintuitive for me.
That it's so interesting. A lot of people said that to me. But to me it felt more natural to highlight old code. Probably because I had this bias in the back of my mind that old code could be bad code.