Senior
What will you ask and tell when receiving an open task?
sobes.tech AI
Answer from AI
When receiving an open task, I first clarify:
- Are the requirements and expected results clearly formulated?
- Are there any technical constraints or preferences for implementation?
- What is the priority of the task and the deadlines?
- Are there any dependencies or related components that may affect the work?
- Do I have access to the necessary resources and documentation?
Next, I share my understanding of the task, propose approaches to solving it, discuss possible risks and optimization options. If needed, I clarify details to avoid misunderstandings and ensure quality implementation.
For example: if the task is related to optimizing a function in Go, I might suggest code profiling, using goroutines for parallelism, and discuss possible trade-offs between speed and memory consumption.