AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Managing Business Rules in Elixir?
The presentation was about extracting your business logic in Elixir applications. How do they actually manage their business rules within Elixir? I think one of the ways you could do this using some pattern matching, right? For like a state machine kind of thing? Yes, I don't know how other people do, but I do have some different approaches. The simplest thing is just to have them in code and write some pattern matching in yesterday. And also, what we tried is to try to have those configurations as the code.