Skip to main content
The Bike Shed

462: Decomposition as a key developer skill with Steve Polito

42 min episode · 2 min read
·

Episode

42 min

Read time

2 min

Topics

Software Development

AI-Generated Summary

Key Takeaways

  • Vertical Slicing: Ship features as thin vertical slices that deliver user-facing behavior rather than horizontal layers like models then controllers. This approach informs implementation decisions through actual user interaction patterns and prevents shipping dead code that provides no immediate value to users.
  • Triangle of Separation: Apply three principles to break down complex code: write at single abstraction levels, separate branching logic from business logic into different functions, and push conditionals up the decision tree. This forces extraction of reusable functions that can be independently composed and tested.
  • Scope Reduction Tactics: Negotiate with stakeholders to simplify initial deliverables by removing modals in favor of inline displays, shipping calculated values before detailed breakdowns, or placing features behind flags. This reduces PR size from weeks to days while maintaining shippable value and enabling faster priority adjustments.
  • Churn-Complexity Analysis: Identify refactoring targets by finding files with both high complexity and high change frequency. Extract duplicated business logic into service objects based on responsibility patterns like synchronous versus asynchronous execution, or presentational versus data manipulation concerns to reduce technical debt.

What It Covers

Steve Polito joins Joel Quenneville to explore decomposition as a fundamental developer skill, covering how to break down features into vertical slices, separate branching from business logic, and apply atomic thinking to stories, commits, and code structure.

Key Questions Answered

  • Vertical Slicing: Ship features as thin vertical slices that deliver user-facing behavior rather than horizontal layers like models then controllers. This approach informs implementation decisions through actual user interaction patterns and prevents shipping dead code that provides no immediate value to users.
  • Triangle of Separation: Apply three principles to break down complex code: write at single abstraction levels, separate branching logic from business logic into different functions, and push conditionals up the decision tree. This forces extraction of reusable functions that can be independently composed and tested.
  • Scope Reduction Tactics: Negotiate with stakeholders to simplify initial deliverables by removing modals in favor of inline displays, shipping calculated values before detailed breakdowns, or placing features behind flags. This reduces PR size from weeks to days while maintaining shippable value and enabling faster priority adjustments.
  • Churn-Complexity Analysis: Identify refactoring targets by finding files with both high complexity and high change frequency. Extract duplicated business logic into service objects based on responsibility patterns like synchronous versus asynchronous execution, or presentational versus data manipulation concerns to reduce technical debt.

Notable Moment

The realization that Elm's maybe type system forces separation of null-checking logic from business logic led to a broader insight: all conditionals can be extracted from implementation code, creating confident functions that assume correct paths while composition handles branching separately.

Know someone who'd find this useful?

You just read a 3-minute summary of a 39-minute episode.

Get The Bike Shed summarized like this every Monday — plus up to 2 more podcasts, free.

Pick Your Podcasts — Free

Keep Reading

More from The Bike Shed

We summarize every new episode. Want them in your inbox?

Similar Episodes

Related episodes from other podcasts

Explore Related Topics

This podcast is featured in Best Cybersecurity Podcasts (2026) — ranked and reviewed with AI summaries.

Read this week's Software Engineering Podcast Insights — cross-podcast analysis updated weekly.

You're clearly into The Bike Shed.

Every Monday, we deliver AI summaries of the latest episodes from The Bike Shed and 192+ other podcasts. Free for up to 3 shows.

Start My Monday Digest

No credit card · Unsubscribe anytime