# ¿Cómo Manejar Tareas Aburridas?

A veces no es posible evitar tareas aburridas que son críticas para el éxito de la empresa o el proyecto. Estas tareas realmente pueden afectar el ánimo de quienes tienen que realizarlas. La mejor técnica para lidiar con esto es invocar o promover la virtud de la pereza del programador según Larry Wall. Trata de encontrar alguna manera de hacer que la computadora realice la tarea por ti o ayudar a tus compañeros de equipo a hacerlo. Trabajar durante una semana en un programa para realizar una tarea que llevaría una semana hacer manualmente tiene la gran ventaja de ser más educativo y a veces más repetible.

Si todo lo demás falla, discúlpate con aquellos que tienen que realizar la tarea aburrida, pero bajo ninguna circunstancia permitas que lo hagan solos. Como mínimo, asigna un equipo de dos personas para realizar el trabajo y fomenta un trabajo en equipo saludable para completar la tarea.

Siguiente [¿Cómo Obtener Apoyo para un Proyecto?](https://braydie.gitbook.io/how-to-be-a-programmer/es/3-advanced/serving-your-team/06-how-to-gather-support-for-a-project)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://braydie.gitbook.io/how-to-be-a-programmer/es/3-advanced/serving-your-team/05-how-to-handle-boring-tasks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
