This is the best PR I've ever opened. Someone has a PDF of my book in their GitHub repo.
UPDATE: the PR got merged ππ₯³
To celebrate I am going to BUY five copies of my own book (Go Programming Blueprints: Second Edition) for anyone who wants, it but canβt get it themselves.
Reply if interested and Iβll abuse a Go map to randomly pick five winners.
It's time to get rid of estimates in software engineering. They don't work, do more harm than good, and drive people to act in dishonest ways.
Buckle up people, it's a thread.
"How long is this going to take?" feels like a completely reasonable question, but how come "I don't know" isn't a
reasonable answer?
"We just need a ballpark figure, you won't be held to it," they lie.
Well how come we just had to work the weekend?
Estimates are an effort to try and predict _when_ something is going to be ready. This is necessary so the rest of the business (sales, other dev teams, cult leaders, etc.) can line up and coordinate their efforts.
This is nice because I can use any `io.Writer` as the `stdout`. In my tests, I use bytes.Buffer - which allows me to capture (and make assertions about) what the tool outputs.
I can also play around with any flags or arguments without having to do anything weird :)
3/6