How to minimize the data loss when laying off a programmer?
Posted
by
thursdaysgeek
on Programmers
See other posts from Programmers
or by thursdaysgeek
Published on 2012-03-22T21:29:43Z
Indexed on
2012/03/22
23:37 UTC
Read the original article
Hit count: 176
business
I was just laid off and it was the standard process that is used in the US: call the person to talk to personnel, and remove access to the network while that is going on, then have someone help pack, always have someone with the person until they are escorted from the property.
That is supposed to keep an unhappy developer from deleting or damaging software or data: to mimimize data loss.
However, it still results in a lot of data loss, as all of the work the programmer was working on is dropped: software not checked in is possibly lost, documents not finished are lost, releases in process are slowed down or stopped, and a huge amount of knowledge could be lost.
It seems the potential data loss is more than offset by the actual data loss. How can all losses, both potential and actual, be mimimized?
© Programmers or respective owner