How to roughly estimate as PM & Designer
We all want to build amazing features, but we don't have endless money and people. Therefore, we need to achieve maximum value for minimum money (and consider decreasing marginal utility of changing an existing feature) - money = effort.
Follow this checklist to estimate roughly how complex a feature or change is and consider it in writing specs and doing designs.
→ the more “No” you have to say, the more complex the feature/ change is
Consider effort early:
Do we already generate/ save this data somewhere in our database?
Do we already display this data somewhere?
Do we use similar logic somewhere?
Do we use similar processes somewhere?
Do we use this element, behavior, style already somewhere?
Has one of our current programmers ever touched the affected code?
Is it recent (<1 month) that the code was touched?
Do we have documentation?
Do we have automated tests?
Last updated