1. 27
  1.  

  2. 4

    I’m kind of interested to understand the bursty-ness of that. Does that really mean 5 lines per hour every hour? Or does it mean 1000 lines this week, a few lines for 3 months, etc?

    In projects I work on there are definitely bursts - a big burst at the start when you write the core of your code, and then bursts for each feature, and big gaps in between. And net +5 lines could be +5, or +150 -145.

    1. 1

      Given how writing software works the 5 lines sounds about right to me.