We are the developers of                                   Plastic SCM, a full version control stack (not a Git variant). We work on the strongest bra

Plastic SCM blog: Context Switching

submited by
Style Pass
2024-07-04 11:30:06

We are the developers of Plastic SCM, a full version control stack (not a Git variant). We work on the strongest branching and merging you can find, and a core that doesn't cringe with huge binaries and repos. We also develop the GUIs, mergetools and everything needed to give you the full version control stack.

Tuesday, August 21, 2012 Amalia branching 0 Comments

Context switching is considered harmful. No matter who is talking about it, it is clear that forcing people to change from one task to another is an extra overhead that we all face during development. A human brain is not a CPU. For developers(for humans in general) a Context Switch can be extraordinary hard (and expensive).

Unfortunately, in a a software development environment there are external events that do their best to prevent the developer from maintaining this high concentration level. Changing from one task to another due to a more urgent problem, a client request or an important bug seems to be unavoidable. If you are a programmer working on some code and you are forced to change to something else, how would you proceed?

Leave a Comment