What are best practices when switching between projects/coming back to projects frequently?
Posted
by
dj444
on Programmers
See other posts from Programmers
or by dj444
Published on 2012-06-03T15:11:39Z
Indexed on
2012/06/03
16:46 UTC
Read the original article
Hit count: 948
The nature of my job is that I have to switch back and forth between projects every few weeks. I find that one of the biggest impediments to my productivity is the ramp-up time to getting all the relevant pieces of code "back in my head" again after not seeing it for a period. This happens to a smaller and larger extent for briefer breaks / longer breaks.
Obviously, good design, documentation, commenting, and physical structure all help with this (not to mention switching between projects as infrequently as possible). But I'm wondering if there are practices/tools that I may be missing out on. What are your specific practices for improving on this?
© Programmers or respective owner