Engineering
Estimation
199 people are learning this skill right now!
Learn Estimation with the Practica AI Coach
The Practica AI Coach helps you improve in Estimation by using your current work challenges as opportunities to improve. The AI Coach will ask you questions, instruct you on concepts and tactics, and give you feedback as you make progress.What is Software Estimation?
- Software Estimation Is Hard. Do It Anyway.A four-part series that acknowledges all the challenges of software project estimation and offers actionable advice for pursuing excellence this notoriously hard skill.
- Deadlines And Estimates In StartupsEstimates and Deadlines are often controversial in startups, with developers disliking them. However, estimates are simply educated guesses that help communicate the difficulty of a task. They are not commitments or Deadlines. Real Deadlines arise from external factors while artificial Deadlines create stress without value. Estimates can help identify complex issues, find quick wins, and motivate developers, though they do require some time investment. If used properly, estimates and Deadlines can improve communication and productivity instead of causing toxicity.
Why is Software Estimation Important?
- Yes, You Should Estimate Software ProjectsWhile estimating timelines for software projects is difficult, Gergely argues that it comes with benefits. Giving estimates helps set Deadlines that focus teams and drive faster progress. Missing a deadline is usually not a big issue, as long as delays are communicated well in advance. Gergely's own experience shows that teams tend to work faster and more productively as Deadlines approach. Estimates also force teams to reflect on what went wrong and improve for the next time. Over time, engineers can get better at estimating through practice and learning from mistakes.
- Estimating your way to successRod discusses four reasons why estimation is so important, and shares some tactical tips around estimate granularity, including bugs in sprints, Retrospectives and more. 1. Estimation forces us to think about what we’re going to do before we start writing code 2. Estimation enables meaningful discussion between engineers pre-development 3. Estimation is valuable input for informed product Scoping 4. Estimation gathers data we can measure against at the end of the project
- 4 Fallacious Reasons Why We EstimateThe Transferwise team asserts that estimates aren't required and pushes back on some common reasons for estimations.
How Do You Estimate a Software Task?
- Why I Stopped Using Planning PokerKiryl takes a look at pros and cons of the planning poker estimation technique, and suggests magic estimation as a fast and effective alternative.
- My Software Estimation TechniqueJacob proposes an estimation technique that captures both time and uncertainty. He recommends breaking down work into smaller tasks, estimating uncertainty levels, calculating expected and worst case times, refining estimates as needed, and tracking actual times to improve future estimates. The key is to choose a system and stick with it so you can calibrate estimates over time. While there are other techniques, capturing uncertainty is critical for effective estimates. Evidence-based scheduling, where you track actual times from the start, can be highly accurate but requires stable teams and long-lived projects.