Skip to content

Commit 40be37e

Browse files
committed
Update let-your-code-tell-its-story-runtime-comprehension-in-elixir.md
1 parent 00f6db9 commit 40be37e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_talks/let-your-code-tell-its-story-runtime-comprehension-in-elixir.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ speakers:
77
- _participants/angeleah-daidone.md
88

99
---
10-
Every Elixir developer has faced a moment where they need to understand what code actually *does*. Not how it's structured, but how it behaves at runtime. Maybe you just joined a team. Maybe you're refactoring code you wrote six months ago. Maybe a function returns the wrong value and you're not sure where things went sideways. Maybe you're reading through modules and the vocabulary keeps shifting, a `contact` here, a `recipient` there, and you can't tell if they're the same thing or not. The question is always the same: "What happens when I call this?"
10+
Every Elixir developer has faced a moment where they need to understand what code actually *does*. Not how it's structured, but how it behaves at runtime. Maybe you just joined a team. Maybe you're refactoring code you wrote six months ago. Maybe a function returns the wrong value and you're not sure where things went sideways. Maybe you're reading through modules and the vocabulary keeps shifting, a 'contact' here, a 'recipient' there, and you can't tell if they're the same thing or not. The question is always the same: "What happens when I call this?"
1111

1212
CodeStory is a dev tool that solves this problem. It traces a span of execution and renders a nested call tree showing only your project's functions, with named arguments, values, and returns, so you can read the code's story without the noise of stdlib and dependency internals.
1313

0 commit comments

Comments
 (0)