DEV Community

Discussion on: How do you manage multiple projects/codebases at once?

Collapse
 
jzombie profile image
jzombie

Window managers aside, I take a naive "a little here, a little there" approach, and let unit tests help keep me on the right track.

---- And many will disagree with the following, but to each their own: ----

And I'm not afraid of littering my codebase w/ TODO statements because I use them as tokens to identify places to clean up.

In my professional life, I don't push these TODOs to develop and they really come in handy to help reduce the brain drain of multiple context switches.