Every codebase carries some amount of technical debt. Every team would like to get better at managing that tech debt. The first step in managing something is making it visible. A tech debt wall is a simple, effective way to make tech debt visible. Building a tech debt wall A tech debt wall is a 2-dimensional map used to track a codebase’s tech debt as individual issues. The Y-axis of this map represents value - how valuable would it be to fix the issue. - The X-axis represents cost - roughl...