DEV Community

Discussion on: My Way of (Purely Functional) Programming

Collapse
 
justgage profile image
Gage

This is how I structure basically everything. Side effects on far edges, pure logic in the middle. It's only when I break from this pattern that I regret the code I write. I use Elixir for my web applications. The only thing I miss is the type system