Groxio Blog
all posts
/
learn elixir
/
training
/
grox.io
← Back to all posts
Posts tagged with
Expressions
1 post
Stop Writing Statements, Start Writing Expressions
Why Everything in Elixir Returns a Value (and What That Changes)
In Elixir, if statements aren't control flow—they're expressions that return values. Learn how this eliminates state management and changes how you read code.
Elixir
Functional Programming
Expressions
Design Patterns