Lukeprog’s summary of how to measure anything was helpful.
It talks about the equivalent bet test.
Has anyone made a tool where you can put in the thing you’re estimating and set a $ bet amount, and it’ll show you two wheels spinning, and then it’ll pause the spin and ask you if you like them both equally, or if you need to change your estimate?
That’d be quite neat.
I recently published a web app for doing the equivalent bet test based on what I’ve read in the Scout Mindset book.
Link to the web app:
https://equivalent-bet-test.vercel.app
Link to the open source code for the app:
https://github.com/jamescdericco/equivalent-bet-test
I hope this helps! If anybody finds issues with it, please let me know!
Nice! I don’t personally need this since I have my command-line utility (see old comment below) that does the same, but I really like the equivalent bet test and have been using it regularly for a couple of years or so. So I strongly endorse this project nonetheless!
Thanks! I like your Racket script too; it’s fun!