DEV Community

Discussion on: How screwed would your employer be if you died suddenly?

Collapse
 
briankephart profile image
Brian Kephart

Thanks for this. I'm the only developer where I work, so I share a lot of these concerns. My strategy:

  1. Password manager with shared folders.
  2. Shared folders in Google drive for process documentation.
  3. Thorough testing and code comments.
  4. Version control (git).

Thankfully, my employer has a strong culture of documentation, and has had it since long before I started programming. Everyone's job processes are documented, not just mine.

Collapse
 
bosepchuk profile image
Blaine Osepchuk

You're welcome, Brian.

That's for sharing your list. It's nice to give people more than one way to cover their bases.