Threadwell

Recent Notes

  • Threads

    Aug 25, 2026

    • archive
  • mike_acton

    Aug 25, 2026

    • archive
    • twitter
    • mike_acton
  • NOTimothyLottes

    Aug 25, 2026

    • archive
    • twitter
    • notimothylottes
Home

❯

Archive

❯

Threads

❯

rfleury

❯

A good way to evaluate one axis of quality of an abstraction is to inline every function call, and see how much duplicate work you can either deduplicate or turn into a loop (rather than several independent function calls).

❯

@rfleury This is the first thing I do in every big refactor

@rfleury This is the first thing I do in every big refactor

Properties5
typearchive
sourcetwitter
date2026-08-07
tagsarchive, twitter, rfleury
description@rfleury This is the first thing I do in every big refactor

Aug 07, 20261 min read

  • archive
  • twitter
  • rfleury

Source

  • URL: https://x.com/jsuarez/status/2085822235907162194
  • Author: Joseph Suarez 🐡 (@jsuarez)
  • Posted: 2026-08-07 20:15:48

Branch

1/ @jsuarez

@rfleury

This is the first thing I do in every big refactor

Related

  • Spine: 2026-08-07-a-good-way-to-evaluate-one-axis-of-quality-of-an

Graph View

  • Source
  • Branch
  • Related

Backlinks

  • A good way to evaluate one axis of quality of an abstraction is to inline every function call, and see how much duplicate work you can either deduplicate or turn into a loop (rather than several independent function calls).

Created with Quartz v5.0.0 © 2026

  • GitHub