From d95360dac004e196b8ca9ed0610bc89c13e35e67 Mon Sep 17 00:00:00 2001 From: Charlie Chance <100798688+CharlotteChance@users.noreply.github.com> Date: Tue, 6 Sep 2022 12:15:37 -0600 Subject: [PATCH] Handbook: Balance iteration link (#7596) https://youtu.be/BW6TWwNZzIQ --- handbook/company/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handbook/company/README.md b/handbook/company/README.md index df1ca0fb5d..bd6be3e4e2 100644 --- a/handbook/company/README.md +++ b/handbook/company/README.md @@ -106,7 +106,7 @@ Empathy leads to better understanding, better communication, and better decision ### 🟢 Balance Between overthinking and rushing, there is a [golden mean](https://en.wikipedia.org/wiki/Golden_mean_%28philosophy%29). -- Iterate your work. +- [Iterate](https://youtu.be/BW6TWwNZzIQ) your work. - Look for ways to make frequent, small changes. Small changes provide faster feedback. They are easier to reason about when debugging. - Pick low-hanging fruit (deliver value quickly where you can). - Think ahead, then make the right decision for now.