devel-productivity.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 22 Feb 2016 12:46:36 +0200
changeset 1905 fba288d59662
parent 1334 9bf0d5a1f0cf
child 1912 8b81a8f0f692
permissions -rw-r--r--
Include only local subsections into TOC. This prevent duplication of TOC when build single page HTML document. Also this make unnecessary CSS hack to hide document title as top level section.

.. -*- coding: utf-8; -*-
.. include:: HEADER.rst

==========================
 Developers productivity.
==========================
.. contents::
   :local:

Productivity statistic.
=======================

KLOC (kilo lines of code), MM (man month)::

  41 KLOC / 119 MM  == 11 LOC/day  | 5 people | hard task, high/middle skills, new to domain
  6 KLOC / 24 MM    == 8.3 LOC/day | 6 people | hard task, high skills
  26 KLOC / 46 MM   == 19 LOC/day  | 7 people | easy task, middle skills
  155 KLOC / 20 MM  == 260 LOC/day | 7 people | middle task, high skills, high level programming