<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Amin SAIGHI</title>
    <description>The latest articles on DEV Community by Amin SAIGHI (@amsaighi).</description>
    <link>https://dev.to/amsaighi</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F391266%2Fe030444d-b37b-406b-94cd-8a979160664c.jpg</url>
      <title>DEV Community: Amin SAIGHI</title>
      <link>https://dev.to/amsaighi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/amsaighi"/>
    <language>en</language>
    <item>
      <title>Effective Estimation by Uncle Bob</title>
      <dc:creator>Amin SAIGHI</dc:creator>
      <pubDate>Fri, 07 May 2021 05:20:23 +0000</pubDate>
      <link>https://dev.to/amsaighi/effective-estimation-by-uncle-bob-4g8</link>
      <guid>https://dev.to/amsaighi/effective-estimation-by-uncle-bob-4g8</guid>
      <description>&lt;p&gt;After sharing my frustration about project estimate on twitter&lt;/p&gt;

&lt;p&gt;&lt;iframe class="tweet-embed" id="tweet-1389199967533809667-517" src="https://platform.twitter.com/embed/Tweet.html?id=1389199967533809667"&gt;
&lt;/iframe&gt;

  // Detect dark theme
  var iframe = document.getElementById('tweet-1389199967533809667-517');
  if (document.body.className.includes('dark-theme')) {
    iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1389199967533809667&amp;amp;theme=dark"
  }



&lt;/p&gt;

&lt;p&gt;My friend &lt;a class="mentioned-user" href="https://dev.to/cherif_b"&gt;@cherif_b&lt;/a&gt; has shared with me a good presentation Effective Estimation presented by &lt;a class="mentioned-user" href="https://dev.to/unclebob"&gt;@unclebob&lt;/a&gt; in YOW! Conferences&lt;/p&gt;

&lt;p&gt;&lt;iframe class="tweet-embed" id="tweet-1389630399924539393-449" src="https://platform.twitter.com/embed/Tweet.html?id=1389630399924539393"&gt;
&lt;/iframe&gt;

  // Detect dark theme
  var iframe = document.getElementById('tweet-1389630399924539393-449');
  if (document.body.className.includes('dark-theme')) {
    iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1389630399924539393&amp;amp;theme=dark"
  }



&lt;/p&gt;

&lt;p&gt;Here you will find a summary according my understanding, let's go...&lt;/p&gt;

&lt;p&gt;The estimate should have three characteristics:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;To be honest is the hardest, you have to be able to communicate the bad news for the top management even if they don’t like the information. Because your image is at stake, if you are honest, you will be trustworthy, and this is the best thing in the relationship between the company and you.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You must be accurate: I will finish the project or task at the end of the universe, yes, it’s accurate, but you have to give something logical and acceptable.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Don’t be precise. Imagine you said: “it will get it done in two days, from now it’s 10 AM, It will be done by tomorrow at 04 PM”, so if you can’t achieve your task, it will be hard to convince them, they lose the trust they give you.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;As you see it’s very hard to estimate and anyone can say it’s easy so…&lt;/p&gt;

&lt;p&gt;Uncle Bob suggested to give a range for an estimate, you have to give an interval estimate, now you can get a good estimate applying these 3 principal characteristics of Effective estimation.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flhe82d6vcuf9kkv6hu5x.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flhe82d6vcuf9kkv6hu5x.jpeg" alt="Alt Text" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>estimation</category>
      <category>scrum</category>
      <category>agile</category>
      <category>estimate</category>
    </item>
  </channel>
</rss>
