Groxio Blog
all posts
/
courses
/
training
/
grox.io
← Back to all posts
Posts tagged with
Data Structures
1 post
Learning Elixir? Data Shape Is a Design Decision
Choosing the Right Data Structure for Intent and Clarity
In Elixir, data shape determines how code behaves and reads. Learn when to use atoms, tuples, lists, and maps to make your intent explicit.
Elixir
Data Structures
Design
Functional Programming