
Episode 53
053: Dead Code
We discuss how to remove dead code in Elm, or avoid it altogether in your workflow, and why it matters.
March 28, 20221h 6m
Audio is streamed directly from the publisher (cdn.simplecast.com) as published in their RSS feed. Play Podcasts does not host this file. Rights-holders can request removal through the copyright & takedown page.
Show Notes
- Oxbow code (code that was once used but is no longer in use)
- Jeroen's
elm-review-unusedelm-reviewrule - Jeroen's blog post Safe dead code removal in a pure functional language blog post
elm-review-simplify- Getting Things Done (GTD) methodology
- Inbox Zero
- Jeroen's no-extraneous-dependencies rule
- Try out
elm-review-unusedwithelm-review --template jfmengels/elm-review-unused/example - Jeroen's You thought you had no dead code post