This post summarizes my takeaways from Platform as a Reflection of Values, a very eye-opening talk that helped me understand why I would have the same disagreements over and over with some team members in the past. Let's imagine a universe where you and I are on a small engineering team. I care about testing a lot. I believe the following: Automated tests prevent regressions in production. Easy-to-test code is easy-to-debug code. After all, a debug session is often a prelude to a test-writing...