DEV Community

Discussion on: Data-Oriented programming: Liberate yourself from objects

 
marciol profile image
Marcio Lopes de Faria

Hi @peerreynders , it'd be nice if Idiomatic Elixir makes use of more Maps and Lists and less use of data encapsulation on Structs so that we can exchange maps and lists freely and make the quote "100 functions over one data structures" more present in Elixir than "10 functions over 10 data structures" that it's what happens with the overuse of Structs.