El intercambio de tareas es perjudicial para el trabajo El - TopicsExpress



          

El intercambio de tareas es perjudicial para el trabajo El artículo Human Task Switches Considered Harmful explica algo que es clave para la programación: The trick here is that when you manage programmers, specifically, task switches take a really, really, really long time. That’s because programming is the kind of task where you have to keep a lot of things in your head at once. The more things you remember at once, the more productive you are at programming. A programmer coding at full throttle is keeping zillions of things in their head at once: everything from names of variables, data structures, important APIs, the names of utility functions that they wrote and call a lot, even the name of the subdirectory where they store their source code. If you send that programmer to Crete for a three week vacation, they will forget it all. The human brain seems to move it out of short-term RAM and swaps it out onto a backup tape where it takes forever to retrieve. Y la conclusión: In fact, the real lesson from all this is that you should never let people work on more than one thing at once. Make sure they know what it is. Good managers see their responsibility as removing obstacles so that people can focus on one thing and really get it done. When emergencies come up, think about whether you can handle it yourself before you delegate it to a programmer who is deeply submersed in a project. Brutal, ¿verdad?
Posted on: Thu, 11 Jul 2013 15:14:43 +0000

Trending Topics



Recently Viewed Topics




© 2015